mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-23 20:43:56 +00:00
release: bump version to 0.3.1
This release is just to get #131 out and to see if the automated release builds work now that we use a vendored OpenSSL from libgit2.
This commit is contained in:
parent
cac93e2793
commit
794e956a84
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -643,7 +643,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jujutsu"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"atty",
|
||||
|
@ -674,7 +674,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jujutsu-lib"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"backoff",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jujutsu"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
@ -37,7 +37,7 @@ hex = "0.4.3"
|
|||
indoc = "1.0.3"
|
||||
insta = "1.13.0"
|
||||
itertools = "0.10.3"
|
||||
jujutsu-lib = { version = "=0.3.0", path = "lib"}
|
||||
jujutsu-lib = { version = "=0.3.1", path = "lib"}
|
||||
maplit = "1.0.2"
|
||||
pest = "2.1.3"
|
||||
pest_derive = "2.1.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jujutsu-lib"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue