Skip to content

Commit 2f56ce6

Browse files
committed
New dev version of arx
1 parent 9ff7978 commit 2f56ce6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.3.2"
7+
version = "0.4.0-dev.0"
88
authors = ["Matthieu Gautier <[email protected]>"]
99
repository = "https://github.com/jubako/arx"
1010
homepage = "https://github.com/jubako/arx"

arx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default-run = "arx"
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
arx = { path = "../libarx", version = "0.3.0", package="libarx", features=["cmd_utils"] }
16+
arx = { path = "../libarx", version = "0.4.0-dev.0", package="libarx", features=["cmd_utils"] }
1717
jbk.workspace = true
1818
clap.workspace = true
1919
clap_mangen.workspace = true

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ crate-type = ["cdylib"]
1717

1818
[dependencies]
1919
jbk.workspace = true
20-
arx = { path = "../libarx", version = "0.3.0", package = "libarx"}
20+
arx = { path = "../libarx", version = "0.4.0-dev.0", package = "libarx"}
2121
pyo3 = "0.23"

tar2arx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ homepage.workspace = true
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
arx = { path = "../libarx", version = "0.3.0", package="libarx", features=["cmd_utils"] }
16+
arx = { path = "../libarx", version = "0.4.0-dev.0", package="libarx", features=["cmd_utils"] }
1717
jbk.workspace = true
1818
clap.workspace = true
1919
indicatif.workspace = true

zip2arx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ homepage.workspace = true
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
arx = { path = "../libarx", version = "0.3.0", package="libarx", features=["cmd_utils"] }
16+
arx = { path = "../libarx", version = "0.4.0-dev.0", package="libarx", features=["cmd_utils"] }
1717
jbk.workspace = true
1818
clap.workspace = true
1919
indicatif.workspace = true

0 commit comments

Comments
 (0)