Skip to content

Commit

Permalink
Bump version for gel_tokio (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac authored Feb 20, 2025
1 parent 51f5a15 commit 6b15137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/globals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
anyhow = "1.0"
gel-tokio = { version = "0.6.0", path="../../gel-tokio"}
gel-derive = { version = "0.6.0", path="../../gel-derive"}
gel-tokio = { path="../../gel-tokio"}
gel-derive = { path="../../gel-derive"}
tokio = {version="1.20", features=["macros", "rt", "rt-multi-thread"]}
env_logger = "0.11.3"
2 changes: 1 addition & 1 deletion gel-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gel-tokio"
license = "MIT/Apache-2.0"
version = "0.6.0"
version = "0.7.0"
authors = ["MagicStack Inc. <hello@magic.io>"]
edition = "2021"
description = """
Expand Down

0 comments on commit 6b15137

Please sign in to comment.