Skip to content

Commit 06943b6

Browse files
committed
Update zerogc to v0.2.0-alpha.3
Release v0.1.7
1 parent 9b41a2d commit 06943b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "static-reflect"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2018"
55
description = "Static type information, giving a form of compile-time reflection"
66
license = "MIT"
@@ -9,8 +9,8 @@ readme = "README.md"
99

1010
[dependencies]
1111
# Optional: Support for zerogc
12-
zerogc = { version = "0.2.0-alpha.2", optional = true }
13-
zerogc-derive = { version = "0.2.0-alpha.2", optional = true }
12+
zerogc = { version = "0.2.0-alpha.3", optional = true }
13+
zerogc-derive = { version = "0.2.0-alpha.3", optional = true }
1414
# Optional: Support for numeric traits
1515
num-traits = { version = "0.2.14", optional = true }
1616

lib/derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "static-reflect-derive"
33
description = "Procedural derive for static-reflect"
4-
version = "0.1.0"
4+
version = "0.1.7"
55
edition = "2018"
66
license = "MIT"
77
repository = "https://github.com/DuckLogic/rust-static-reflect"
@@ -21,4 +21,4 @@ path = "../derive-internals"
2121

2222
[dev-dependencies]
2323
# Testing
24-
static-reflect = { version = "0.1.0", path = "../.." }
24+
static-reflect = { version = "0.1.0", path = "../.." }

0 commit comments

Comments
 (0)