Skip to content

Commit

Permalink
0.7.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest authored Jan 27, 2025
1 parent 79662b4 commit 2869fa3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions near-fetch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-fetch"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "../README.md"
Expand All @@ -20,11 +20,11 @@ tokio = { version = "1", features = ["full"] }
tokio-retry = "0.3"

near-account-id = "1"
near-crypto = "0.28.0"
near-crypto = "0.28"
near-gas = { version = "0.3", features = ["serde", "borsh", "schemars"] }
near-primitives = "0.28.0"
near-primitives = "0.28"
near-token = "0.3"
near-jsonrpc-primitives = "0.28.0"
near-jsonrpc-primitives = "0.28"
near-jsonrpc-client = { version = "0.15.1", default-features = false }

[features]
Expand Down

0 comments on commit 2869fa3

Please sign in to comment.