Skip to content

Commit

Permalink
More reformats
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosreis committed Feb 12, 2025
1 parent d23dd7d commit 293a1b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ indoc = "2.0.5"

[dependencies]
anyhow = "1.0.86"
ark-ff = { version = "0.4.2", features = ["parallel", "asm"] }
axum = { version = "0.7.5", features = ["macros"] }
bitvec = "1.0.1"
bs58 = "0.5.1"
clap = { version = "4.5.11", features = ["derive", "env"] }
coinbase-mesh = "0.1.1"
Expand All @@ -29,11 +31,10 @@ hex = "0.4.3"
http = "1.1.0"
http-body-util = "0.1.2"
mime = "0.3.17"
mina-curves = { git = "https://github.com/o1-labs/proof-systems", rev = "872c8f2" }
mina-hasher = { git = "https://github.com/o1-labs/proof-systems", rev = "872c8f2" }
mina-signer = { git = "https://github.com/o1-labs/proof-systems", rev = "872c8f2" }
mina-curves = { git = "https://github.com/o1-labs/proof-systems", rev = "872c8f2" }
o1-utils = { git = "https://github.com/o1-labs/proof-systems", rev = "872c8f2" }
ark-ff = { version = "0.4.2", features = ["parallel", "asm"] }
paste = "1.0.15"
pretty_assertions = "1.4.1"
reqwest = { version = "0.12.5", features = ["json", "blocking"] }
Expand All @@ -48,7 +49,6 @@ tokio = { version = "1.39.2", features = ["full"] }
tower = "0.5.1"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
bitvec = "1.0.1"

[dev-dependencies]
insta = "1.39.0"
Expand Down
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
profile = "minimal"
profile = "default"
channel = "nightly-2024-09-24"
components = ["rustfmt", "clippy"]
components = ["rust-src"]

0 comments on commit 293a1b4

Please sign in to comment.