Skip to content

Commit

Permalink
chore: dalek (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Feb 20, 2024
1 parent dc819a6 commit b73a875
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
100
],
"rust-analyzer.linkedProjects": [
"./curta/Cargo.toml",
"./starkyx/Cargo.toml",
],
"rust-analyzer.check.overrideCommand": [
"cargo",
Expand Down
94 changes: 47 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starkyx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0", features = ["derive"] }
hex = "0.4.3"
subtle-encoding = "0.5.1"
bincode = "1.3.3"
curve25519-dalek = "=4.0.0"
curve25519-dalek = "=4.1.0"
env_logger = "0.9.0"

[dev-dependencies]
Expand Down

0 comments on commit b73a875

Please sign in to comment.