Skip to content

Commit

Permalink
Solidifying linkme dependency version due to bug in lint check of new…
Browse files Browse the repository at this point in the history
…est linkme against 1.77.2 clippy
  • Loading branch information
Jakub Zajkowski committed Dec 19, 2024
1 parent fdb831a commit 7d2b26d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion smart_contracts/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ cfg-if = "1.0.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rand = "0.8.5"
once_cell = "1.19.0"
linkme = "0.3.26"
#Had to solidify linkme in this version because there is an
# issue with how 0.3.31 worked with clippy of 1.77.2 rust (manifested on `make doc` script).
# This should be retested once we bump the rust version.
linkme = "=0.3.29"

[features]
default = ["std"]
Expand Down

0 comments on commit 7d2b26d

Please sign in to comment.