Skip to content

Commit

Permalink
chore: bump versions on publish; fix: readme code snippet (#383)
Browse files Browse the repository at this point in the history
* bump versions

* fix readme
  • Loading branch information
breathx authored Jul 16, 2024
1 parent b7cf992 commit e03175d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.0.1"
version = "0.1.0"
authors = ["Gear Technologies"]
edition = "2021"
license = "GPL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ different languages and executed in different runtimes
Add the following to your `Cargo.toml`
```toml
[dependencies]
sails-rtl = { git = "https://github.com/gear-tech/sails" }
gstd = { git = "https://github.com/gear-tech/gear", features = ["debug"] }
sails = "*"
gstd = { version = "*", features = ["debug"] }
```

And then in your `lib.rs`:
Expand Down

0 comments on commit e03175d

Please sign in to comment.