Skip to content

Commit

Permalink
use version 0.3.2 for this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Aug 31, 2023
1 parent 5687dd3 commit 1ada9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gstd-fluent"
version = "0.1.0"
version = "0.3.2"
authors = ["Gear Technologies"]
edition = "2021"
description = "A wrapper over gstd that provides a fluent interface to interact with the Gear Protocol"
Expand All @@ -10,7 +10,7 @@ keywords = ["gstd", "smart-contracts", "gear-tech", "gear-foundation"]
categories = ["api-bindings", "no-std"]

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

[features]
default = ["panic-handler"]
Expand Down

0 comments on commit 1ada9d1

Please sign in to comment.