@@ -3,7 +3,7 @@ name = "concordium-cis2"
33version = " 6.2.1-alpha.1"
44authors = [" Concordium <developers@concordium.com>" ]
55rust-version = " 1.85"
6- edition = " 2021 "
6+ edition = " 2024 "
77license = " MPL-2.0"
88description = " A collection of types for implementing CIS-2 Concordium Token Standard."
99homepage = " https://github.com/Concordium/concordium-rust-smart-contracts/"
@@ -13,7 +13,6 @@ readme = "./README.md"
1313[dependencies .concordium-std ]
1414path = " ../concordium-std"
1515version = " 10.0"
16- default-features = false
1716
1817[dependencies .primitive-types ]
1918version = " 0.11"
@@ -32,8 +31,6 @@ optional = true
3231default-features = false
3332
3433[features ]
35- default = [" std" ]
36- std = [" concordium-std/std" ]
3734u256_amount = []
3835serde = [
3936 " dep:serde" ,
@@ -51,7 +48,7 @@ opt-level = "s"
5148# This sets the default target to `wasm32-unknown-unknown` and only builds that
5249# target on docs.rs. This is useful because the some parts of documentation only
5350# exist on that platform.
54- targets = [" wasm32-unknown-unknown " ]
51+ targets = [" wasm32v1-none " ]
5552# Default features to build documentation for.
5653features = [" std" , " u256_amount" , " serde" ]
5754rustc-args = [" --cfg" , " docsrs" ]
0 commit comments