Skip to content

Commit 730bacd

Browse files
authored
chore: changed to openapi client 0.8 without gitref (#140)
1 parent 0085fa8 commit 730bacd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ near-gas = { version = "0.3", features = ["serde", "borsh"] }
5555
near-token = { version = "0.3", features = ["serde", "borsh"] }
5656
near-abi = "0.4.2"
5757
near-ledger = "0.9.1"
58-
near-openapi-client = { version = "0.8", git = "https://github.com/near/near-openapi-client-rs.git", rev = "0b9c46786934edd274a0ae91ab42c13516f50965" }
59-
near-openapi-types = { version = "0.8", git = "https://github.com/near/near-openapi-client-rs.git", rev = "0b9c46786934edd274a0ae91ab42c13516f50965" }
58+
near-openapi-client = "0.8"
59+
near-openapi-types = "0.8"
6060

6161
# Dev-dependencies
6262
near-primitives = { version = "0.34" }

0 commit comments

Comments
 (0)