Skip to content

Commit 4d4bf93

Browse files
Release v0.2.0-alpha3
1 parent d6308dd commit 4d4bf93

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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-alpha2"
13+
version = "0.2.0-alpha3"
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-alpha2" }
52+
neopdf = { path = "./neopdf", version = "0.2.0-alpha3" }
5353

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

0 commit comments

Comments
 (0)