From 6fd16465f7205f13deec70663463ceac173a0314 Mon Sep 17 00:00:00 2001 From: Jeb Bearer Date: Mon, 7 Mar 2022 11:48:23 -0800 Subject: [PATCH 1/2] Point at HEAD of cap --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 949aeff..e005df5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" From 6398c7590b6c08aa1a35e87824985a520fbd916b Mon Sep 17 00:00:00 2001 From: Jeb Bearer Date: Mon, 7 Mar 2022 12:46:03 -0800 Subject: [PATCH 2/2] Increment version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e005df5..87ca07a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2018" license = "GPL-3.0-or-later"