Skip to content

Commit

Permalink
chore: pin rust to 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denbite committed Oct 28, 2024
1 parent 7664e13 commit 6f37e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.6.1"
repository = "https://github.com/nearuaguild/abstract-dao"

[lib]
crate-type = ["cdylib"]
crate-type = ["cdylib", "rlib"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "stable"
channel = "1.81.0"
components = ["rustfmt"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 6f37e08

Please sign in to comment.