diff --git a/etc/api/shared.yaml b/etc/api/shared.yaml index 73e24a667b..a811df65cb 100644 --- a/etc/api/shared.yaml +++ b/etc/api/shared.yaml @@ -64,7 +64,7 @@ directories: # This somewhat intricate setup allows the CLI to access certain cargo-API values, # without having us duplicate them. cargo_api: &cargo_api - build_version: "0.1.15" + build_version: "1.0.0" cargo: # This means that the API must not specify the shared variables from cargo_api # anymore diff --git a/etc/api/type-cli.yaml b/etc/api/type-cli.yaml index 8f09fa8dde..0fe499475b 100644 --- a/etc/api/type-cli.yaml +++ b/etc/api/type-cli.yaml @@ -23,7 +23,7 @@ make: - source: main.rs output_dir: src cargo: - build_version: "0.3.6" + build_version: "1.0.0" keywords: [cli] is_executable: YES dependencies: