Skip to content

Commit

Permalink
Add unstable for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Jan 8, 2025
1 parent e54e96e commit 9d95da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linting/extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ dylint_testing = "3.3.0"
#
# These cannot be moved to the workspace level because `cargo` does not provide
# the `[[workspace.dev-dependencies]]` directive.
ink = { version = "=5.1.0", path = "../../crates/ink", default-features = false, features = ["std"] }
ink = { version = "=5.1.0", path = "../../crates/ink", default-features = false, features = ["std", "unstable"] }
ink_metadata = { version = "=5.1.0", path = "../../crates/metadata", default-features = false }
ink_primitives = { version = "=5.1.0", path = "../../crates/primitives", default-features = false }
ink_storage = { version = "=5.1.0", path = "../../crates/storage", default-features = false }
ink_storage = { version = "=5.1.0", path = "../../crates/storage", default-features = false, features = ["unstable"] }
scale = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] }
scale-info = { version = "2.6", default-features = false, features = ["derive"] }

Expand Down

0 comments on commit 9d95da3

Please sign in to comment.