ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: release 0.1.1

This release is mostly to fix the regressed binary name (back from
`jujube` to `jj`).
This commit is contained in:
Martin von Zweigbergk 2021-01-03 22:55:16 -08:00
parent 3e048cd121
commit 0137acd0a8
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -552,7 +552,7 @@ dependencies = [
[[package]]
name = "jujube"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"blake2",
"bytes 1.0.0",
@ -581,7 +581,7 @@ dependencies = [
[[package]]
name = "jujube-lib"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"backoff",
"blake2",

View file

@ -1,6 +1,6 @@
[package]
name = "jujube"
version = "0.1.0"
version = "0.1.1"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
edition = "2018"
license = "Apache-2.0"
@ -31,7 +31,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"}
jujube-lib = { version = "=0.1.1", path = "lib"}
pest = "2.1.3"
pest_derive = "2.1.0"
protobuf = { version = "2.18.1", features = ["with-bytes"] }

View file

@ -1,6 +1,6 @@
[package]
name = "jujube-lib"
version = "0.1.0"
version = "0.1.1"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
edition = "2018"
license = "Apache-2.0"