Skip to content

Commit

Permalink
chore(toolshed): bump toolshed crate version to v0.6.0 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
LNSD authored Feb 19, 2024
1 parent f8c8aea commit c44cb91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ services.
* **toolshed:** A collection of rust modules that are shared between The Graph's network services.

```toml
toolshed = { git = "https://github.com/edgeandnode/toolshed", tag = "toolshed-v0.5.0" }
toolshed = { git = "https://github.com/edgeandnode/toolshed", tag = "toolshed-v0.6.0" }
```
2 changes: 1 addition & 1 deletion toolshed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "toolshed"
description = "A collection of Rust modules that are shared between The Graph's network services"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
rust-version = "1.65.0"

Expand Down

0 comments on commit c44cb91

Please sign in to comment.