We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d11b6a commit 78d0334Copy full SHA for 78d0334
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "pivx_rpc_rs"
3
version = "0.1.0"
4
-edition = "2023"
+edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
failure = "0.1.5"
10
reqwest = "0.9.18"
11
serde = { version = "1.0.92", features = ["derive"] }
12
-serde_json = { version = "1.0.39", features = ["arbitrary_precision"] }
+serde_json = { version = "1.0.39" }
13
throttled_json_rpc = "0.0.5"
0 commit comments