Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from EspressoSystems/jeb-update-jf
Browse files Browse the repository at this point in the history
Point at HEAD of cap
  • Loading branch information
jbearer committed Mar 7, 2022
2 parents 8a7235d + 6398c75 commit 6e98531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "net"
description = "Generic interfaces for Espresso web APIs."
version = "0.1.0"
version = "0.2.0"
authors = ["Espresso Systems <hello@espressosys.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -14,7 +14,7 @@ commit = { git = "https://github.com/EspressoSystems/commit.git", tag = "0.1.0"
futures = "0.3.16"
generic-array = { version = "0.14.4", features = ["serde"] }
itertools = "0.10.1"
jf-cap = { features=["std"], git = "https://github.com/EspressoSystems/cap.git", tag = "0.0.1" }
jf-cap = { features=["std"], git = "https://github.com/EspressoSystems/cap.git" }
jf-utils = { features=["std"], git = "https://github.com/EspressoSystems/jellyfish.git" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.61"
Expand Down

0 comments on commit 6e98531

Please sign in to comment.