Skip to content

Commit

Permalink
[TEST] This is a test branch about check-release and pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Feb 17, 2024
1 parent 8e7ba46 commit c9a0ebe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.2.0"
version = "0.2.0-test"
authors = ["Matthieu Gautier <mgautier@kymeria.fr>"]
repository = "https://github.com/jubako/arx"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion arx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arx = { path = "../libarx", version = "0.2.0", package="libarx", features=["cmd_utils"] }
arx = { path = "../libarx", version = "0.2.0-test", package="libarx", features=["cmd_utils"] }
jbk.workspace = true
clap.workspace = true
clap_mangen.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tar2arx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arx = { path = "../libarx", version = "0.2.0", package="libarx", features=["cmd_utils", "zstd"] }
arx = { path = "../libarx", version = "0.2.0-test", package="libarx", features=["cmd_utils", "zstd"] }
jbk.workspace = true
clap.workspace = true
indicatif.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion zip2arx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arx = { path = "../libarx", version = "0.2.0", package="libarx", features=["cmd_utils", "zstd"] }
arx = { path = "../libarx", version = "0.2.0-test", package="libarx", features=["cmd_utils", "zstd"] }
jbk.workspace = true
clap.workspace = true
indicatif.workspace = true
Expand Down

0 comments on commit c9a0ebe

Please sign in to comment.