Skip to content

Commit 8d2ccae

Browse files
committed
release: v0.2.0
1 parent 7bbd90b commit 8d2ccae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "problemreductions-macros"]
33

44
[package]
55
name = "problemreductions"
6-
version = "0.1.1"
6+
version = "0.2.0"
77
edition = "2021"
88
description = "A library for reducing NP-hard problems"
99
license = "MIT"
@@ -26,7 +26,7 @@ good_lp = { version = "1.8", default-features = false, features = ["highs"], opt
2626
inventory = "0.3"
2727
ordered-float = "5.0"
2828
rand = "0.9"
29-
problemreductions-macros = { version = "0.1.1", path = "problemreductions-macros" }
29+
problemreductions-macros = { version = "0.2.0", path = "problemreductions-macros" }
3030

3131
[dev-dependencies]
3232
proptest = "1.0"

problemreductions-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "problemreductions-macros"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Procedural macros for problemreductions"
66
license = "MIT"

0 commit comments

Comments
 (0)