Skip to content

Commit

Permalink
move to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Jan 16, 2024
1 parent 7c8448f commit d6e3665
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gstd-fluent"
version = "0.3.2"
version = "1.0.5"
authors = ["Gear Technologies"]
edition = "2021"
description = "A wrapper over gstd that provides a fluent interface to interact with the Gear Protocol"
Expand All @@ -10,9 +10,17 @@ keywords = ["gstd", "smart-contracts", "gear-tech", "gear-foundation"]
categories = ["api-bindings", "no-std"]

[dependencies]
gstd = { git = "https://github.com/gear-tech/gear.git", rev = "e9b6d89", default-features = false }
gstd = { git = "https://github.com/gear-tech/gear.git", rev = "d9de34e", default-features = false }

[features]
default = ["panic-handler"]
default = ["panic-message"]

panic-handler = ["gstd/panic-handler"]
panic-message = ["gstd/panic-message"]
panic-location = ["gstd/panic-location"]

nightly = ["gstd/nightly"]
panic-info-message = ["gstd/panic-info-message"]
oom-handler = ["gstd/oom-handler"]

debug = ["gstd/debug"]
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-04-25"
channel = "nightly-2023-09-05"
targets = ["wasm32-unknown-unknown"]
profile = "minimal"
components = ["rustfmt", "clippy"]

0 comments on commit d6e3665

Please sign in to comment.