Skip to content

Commit a42b848

Browse files
author
fossdd
committed
Update pijul
1 parent 22d888a commit a42b848

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libpijul/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libpijul"
33
description = "Core library of Pijul, a distributed version control system based on a sound theory of collaborative work."
4-
version = "1.0.0-alpha.50"
4+
version = "1.0.0-alpha.51"
55

66
repository = "https://nest.pijul.com/pijul/libpijul"
77
documentation = "https://docs.rs/libpijul"

pijul/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pijul"
33
description = "A distributed version control system."
4-
version = "1.0.0-alpha.55"
4+
version = "1.0.0-alpha.56"
55
authors = ["Pierre-Étienne Meunier <pe@pijul.org>"]
66
edition = "2018"
77
repository = "https://nest.pijul.com/pijul/pijul"
@@ -52,7 +52,7 @@ openssl = [ "thrussh/openssl", "thrussh-keys/openssl" ]
5252
human-panic = "1.0"
5353
clap = "3.0.0-beta.5"
5454
anyhow = "1.0"
55-
libpijul = { path = "../libpijul", version = "1.0.0-alpha.50", features = [ "tarball" ] }
55+
libpijul = { path = "../libpijul", version = "1.0.0-alpha.51", features = [ "tarball" ] }
5656
chrono = { version = "0.4" }
5757
ignore = "0.4"
5858
env_logger = "0.8"

0 commit comments

Comments
 (0)