Skip to content

Commit 80b163a

Browse files
Mark rustc wrapper crate as a non-member of any workspace (#2038)
* Mark `rustc` wrapper crate as a non-member of any workspace * Update changelog
1 parent 1211690 commit 80b163a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Support setting ABI in `Cargo.toml` and propagate ABI into build environment via `cfg` flag - [#2033](https://github.com/use-ink/cargo-contract/pull/2033)
1111
- Add `cargo contract test` subcommand - [#2034](https://github.com/use-ink/cargo-contract/pull/2034)
1212
- Add `--nocapture` flag to `cargo contract test` subcommand - [#2037](https://github.com/use-ink/cargo-contract/pull/2037)
13+
- Mark `rustc` wrapper crate as a non-member of any workspace - [#2038](https://github.com/use-ink/cargo-contract/pull/2038)
1314

1415
### Fixed
1516
- Fixed erroneous "[lib] name" warnings - [#2035](https://github.com/use-ink/cargo-contract/pull/2035)

crates/build/templates/rustc_wrapper/_Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ name = "rustc_wrapper"
1010
path = "main.rs"
1111

1212
[dependencies]
13+
14+
[workspace]
15+
# Tells cargo that this crate is not part of the workspace.

0 commit comments

Comments
 (0)