aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2025-03-27 12:00:44 -0500
committerAnthony Wang2025-03-27 12:00:44 -0500
commit8696e8c66e5bd370c0f6f4d92c42c76516d8d5de (patch)
treefc7603967eb152b64506e619db79e53775d68ca9
parent6785f4ae9fe03dcf604eb8be63ec618eede1b2d2 (diff)
2x perf boost from updated libraryHEADmaster
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2167a00..e3a8448 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -23,7 +23,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "dafny_runtime"
version = "0.1.0"
-source = "git+https://git.unnamed.website/sdc#30cdbd77a30aed8d7c454489d70014b24a89d23c"
+source = "git+https://git.unnamed.website/sdc#95d37e5db18fe983832210da9a371d49e8a2f229"
dependencies = [
"itertools",
"num",
@@ -51,7 +51,7 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "fenwick"
version = "0.1.0"
-source = "git+https://git.unnamed.website/sdc#30cdbd77a30aed8d7c454489d70014b24a89d23c"
+source = "git+https://git.unnamed.website/sdc#95d37e5db18fe983832210da9a371d49e8a2f229"
dependencies = [
"dafny_runtime",
]