Skip to content

Commit

Permalink
docs: release git-branchless-lib v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Aug 10, 2022
1 parent 28433bf commit d0ddba3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion git-branchless-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-2.0-only"
name = "git-branchless-lib"
repository = "https://github.com/arxanas/git-branchless"
rust-version = "1.61.0"
version = "0.3.12"
version = "0.4.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion git-branchless/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ glob = "0.3.0"
itertools = "0.10.3"
lalrpop-util = { version = "0.19.8", features = ["lexer"] }
lazy_static = "1.4.0"
lib = { package = "git-branchless-lib", version = "0.3.10", path = "../git-branchless-lib" }
lib = { package = "git-branchless-lib", version = "0.4.0", path = "../git-branchless-lib" }
man = "0.3.0"
once_cell = "1.13.0"
os_str_bytes = "6.2.0"
Expand Down

0 comments on commit d0ddba3

Please sign in to comment.