mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
project: bump version to 0.2.0 for release under new name
We need to release on crates.io before the new name gets taken. Besides, a *lot* has improved since the previous release.
This commit is contained in:
parent
d42e6c77b2
commit
afe754a4e0
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -542,7 +542,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jujutsu"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"blake2",
|
||||
"bytes",
|
||||
|
@ -570,7 +570,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jujutsu-lib"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"backoff",
|
||||
"blake2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jujutsu"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
@ -30,7 +30,7 @@ dirs = "3.0.1"
|
|||
git2 = "0.13.14"
|
||||
hex = "0.4.2"
|
||||
indoc = "1.0.3"
|
||||
jujutsu-lib = { version = "=0.1.1", path = "lib"}
|
||||
jujutsu-lib = { version = "=0.2.0", path = "lib"}
|
||||
pest = "2.1.3"
|
||||
pest_derive = "2.1.0"
|
||||
protobuf = { version = "2.22.1", features = ["with-bytes"] }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jujutsu-lib"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue