Skip to content

Commit cb38bb7

Browse files
Publish 0.17.0-pre.2
1 parent 5b4710c commit cb38bb7

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "salsa"
3-
version = "0.17.0-pre.1" # CHECK salsa-macros version
3+
version = "0.17.0-pre.2" # CHECK salsa-macros version
44
authors = ["Salsa developers"]
55
edition = "2018"
66
license = "Apache-2.0 OR MIT"
@@ -17,7 +17,7 @@ rustc-hash = "1.0"
1717
smallvec = "1.0.0"
1818
oorandom = "11"
1919

20-
salsa-macros = { version = "0.17.0-pre.1", path = "components/salsa-macros" }
20+
salsa-macros = { version = "0.17.0-pre.2", path = "components/salsa-macros" }
2121

2222
[dev-dependencies]
2323
diff = "0.1.0"

components/salsa-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 = "salsa-macros"
3-
version = "0.17.0-pre.1"
3+
version = "0.17.0-pre.2"
44
authors = ["Salsa developers"]
55
edition = "2018"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)