Skip to content

Commit 7305c1d

Browse files
committed
Update lean-ffi
1 parent cd9831a commit 7305c1d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add Blake3 as a dependency in your `lakefile.lean`:
88

99
```lean
1010
require Blake3 from git
11-
"https://github.com/pnmadelaea/Blake3.lean" @ "<commit-hash>"
11+
"https://github.com/argumentcomputer/Blake3.lean" @ "<commit-hash>"
1212
```
1313

1414
### C backend

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ crate-type = ["staticlib"]
88

99
[dependencies]
1010
blake3 = "1.8.3"
11-
lean-ffi = { git = "https://github.com/argumentcomputer/lean-ffi", rev = "b194f3f17d1959562ef850527aa70bde43358086" }
11+
lean-ffi = { git = "https://github.com/argumentcomputer/lean-ffi", rev = "2ee6267354ce460a8dd95ae9f087cc2569a90ad6" }
1212

1313
[profile.dev]
1414
panic = "abort"

0 commit comments

Comments
 (0)