diff --git a/Cargo.toml b/Cargo.toml index d39626d..3102b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["gstd", "smart-contracts", "gear-tech", "gear-foundation"] categories = ["api-bindings", "no-std"] [dependencies] -gstd = { version = "=1.1.0", default-features = false } +gstd = { version = "1.1.0", default-features = false } [features] default = ["panic-message"]