-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This point of this release is just to trigger the release automation on GitHub.
- Loading branch information
1 parent
5db47b7
commit 7bca685
Showing
4 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "jujutsu" | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
authors = ["Martin von Zweigbergk <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.60" # Remember to update CI | ||
|
@@ -44,7 +44,7 @@ dirs = "4.0.0" | |
git2 = "0.15.0" | ||
hex = "0.4.3" | ||
itertools = "0.10.5" | ||
jujutsu-lib = { version = "=0.5.0", path = "lib"} | ||
jujutsu-lib = { version = "=0.5.1", path = "lib"} | ||
maplit = "1.0.2" | ||
pest = "2.4.0" | ||
pest_derive = "2.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "jujutsu-lib" | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
authors = ["Martin von Zweigbergk <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.60" | ||
|