diff --git a/tests/testsuite/cargo_information/features/stderr.log b/tests/testsuite/cargo_information/features/stderr.log index 9c466b9..0e0338f 100644 --- a/tests/testsuite/cargo_information/features/stderr.log +++ b/tests/testsuite/cargo_information/features/stderr.log @@ -1,3 +1,3 @@ Updating `dummy-registry` index Downloading crates ... - Downloaded my-package v0.1.1+my-package (registry `dummy-registry`) + Downloaded my-package v0.1.1 (registry `dummy-registry`) diff --git a/tests/testsuite/cargo_information/features/stdout.log b/tests/testsuite/cargo_information/features/stdout.log index d49c718..420f979 100644 --- a/tests/testsuite/cargo_information/features/stdout.log +++ b/tests/testsuite/cargo_information/features/stdout.log @@ -1,5 +1,9 @@ my-package -version: 0.1.1+my-package +version: 0.1.1 license: unknown rust-version: unknown -documentation: https://docs.rs/my-package/0.1.1+my-package +documentation: https://docs.rs/my-package/0.1.1 +features: + default = [feature1, feature2] + feature1 = [] + feature2 = []