Skip to content

Commit

Permalink
switch to version from crates io
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Jan 22, 2024
1 parent d6e3665 commit 052655a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "1.0.5"
version = "1.1.0"
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 = "d9de34e", default-features = false }
gstd = { version = "=1.1.0", default-features = false }

[features]
default = ["panic-message"]
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! A wrapper over [`gstd`](https://docs.gear.rs/gstd/) that provides a fluent interface to interact
//! A wrapper over [`gstd`](https://docs.rs/gstd/) that provides a fluent interface to interact
//! with the Gear Protocol.
//!
//! This library can be used instead of the standard library when writing Gear programs. Compared to
//! the [`gstd`](https://docs.gear.rs/gstd/) crate, this library provides higher-level functions
//! the [`gstd`](https://docs.rs/gstd/) crate, this library provides higher-level functions
//! that allow you to write Gear programs code in a more convenient way.
//!
//! ### Example
Expand Down

0 comments on commit 052655a

Please sign in to comment.