Skip to content

Commit

Permalink
upgrade workflows & libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Sep 4, 2024
1 parent 27445d0 commit 256d78a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ sha3 = "0.10.8"
fastbloom-rs = "0.5.9"

# workflows
ollama-workflows = { git = "https://github.com/andthattoo/ollama-workflows", rev = "ba038f7" }
ollama-workflows = { git = "https://github.com/andthattoo/ollama-workflows", rev = "91f3086" }

# peer-to-peer
libp2p = { git = "https://github.com/anilaltuner/rust-libp2p.git", rev = "007052d", features = [
libp2p = { git = "https://github.com/anilaltuner/rust-libp2p.git", rev = "7ce9f9e", features = [
# libp2p = { version = "0.54.1", features = [
"dcutr",
"ping",
Expand Down

0 comments on commit 256d78a

Please sign in to comment.