From b40a40990bcbb5934cbaa5e193a5279f57788e59 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 3 Jan 2021 08:45:07 -0800 Subject: [PATCH] cargo: add version to jujube-lib dependency `cargo publish --dry-run` wanted it. --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 01db95653..c76647a9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,6 @@ categories = ["command-line-utilities", "development-tools"] [workspace] members = ["lib"] -[dependencies.jujube-lib] -path = "lib" - [dependencies] blake2 = "0.9.1" bytes = "1.0.0" @@ -30,6 +27,7 @@ dirs = "3.0.1" git2 = "0.13.14" hex = "0.4.2" indoc = "1.0.3" +jujube-lib = { version = "0.1.0", path = "lib"} pest = "2.1.3" pest_derive = "2.1.0" protobuf = { version = "2.18.1", features = ["with-bytes"] }