Skip to content

Commit 13727f2

Browse files
Release v0.2.0-alpha6
1 parent d8ca243 commit 13727f2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["high-energy-physics", "physics"]
1010
license = "GPL-3.0-or-later"
1111
repository = "https://github.com/Radonirinaunimi/neopdf"
1212
rust-version = "1.82.0"
13-
version = "0.2.0-alpha5"
13+
version = "0.2.0-alpha6"
1414

1515
[workspace.dependencies]
1616
# Core dependencies
@@ -49,7 +49,7 @@ criterion = "0.6"
4949
predicates = "3.1.3"
5050

5151
# Internal crates
52-
neopdf = { path = "./neopdf", version = "0.2.0-alpha5" }
52+
neopdf = { path = "./neopdf", version = "0.2.0-alpha6" }
5353

5454
[workspace.lints.clippy]
5555
all = { level = "warn", priority = -1 }

neopdf_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clap.workspace = true
2020
ndarray.workspace = true
2121
neopdf.workspace = true
2222
terminal_size.workspace = true
23-
neopdf_tmdlib = { path = "../neopdf_tmdlib", version = "0.2.0-alpha5", optional = true }
23+
neopdf_tmdlib = { path = "../neopdf_tmdlib", version = "0.2.0-alpha6", optional = true }
2424
toml = { version = "0.8", optional = true }
2525
serde = { version = "1.0", features = ["derive"], optional = true }
2626

0 commit comments

Comments
 (0)