diff --git a/Cargo.toml b/Cargo.toml index f27a8c9..7a21d76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a82ade3..1966b4e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "stable" +channel = "1.81.0" components = ["rustfmt"] targets = ["wasm32-unknown-unknown"]