Skip to content

Commit

Permalink
Add unstable for lang-err tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Jan 8, 2025
1 parent f847347 commit 767e722
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
ink = { path = "../../../../crates/ink", default-features = false }
ink = { path = "../../../../crates/ink", default-features = false, features = ["unstable"] }

incrementer = { path = "../../../public/incrementer", default-features = false, features = ["ink-as-dependency"] }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
ink = { path = "../../../../crates/ink", default-features = false }
ink = { path = "../../../../crates/ink", default-features = false, features = ["unstable"] }

constructors_return_value = { path = "../constructors-return-value", default-features = false, features = ["ink-as-dependency"] }
integration_flipper = { path = "../integration-flipper", default-features = false, features = ["ink-as-dependency"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Use Ink <ink@use.ink>"]
edition = "2021"

[dependencies]
ink = { path = "../../../../crates/ink", default-features = false }
ink = { path = "../../../../crates/ink", default-features = false, features = ["unstable"] }

integration_flipper = { path = "../integration-flipper", default-features = false, features = ["ink-as-dependency"] }

Expand Down

0 comments on commit 767e722

Please sign in to comment.