Skip to content

Commit f8c58af

Browse files
committed
Release v0.3.0
1 parent c0c9915 commit f8c58af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "superstruct"
3-
version = "0.2.0"
4-
authors = ["Michael Sproul <michael@sigmaprime.io>"]
3+
version = "0.3.0"
54
edition = "2018"
65
description = "Proc-macro for quasi-subtyping"
76
license = "Apache-2.0"
@@ -16,8 +15,8 @@ darling = "0.13.0"
1615
itertools = "0.10.1"
1716
proc-macro2 = "1.0.32"
1817
quote = "1.0.10"
19-
syn = "1.0.81"
18+
syn = "1.0.82"
2019

2120
[dev-dependencies]
2221
serde = { version = "1.0.130", features = ["derive"] }
23-
serde_json = "1.0.71"
22+
serde_json = "1.0.72"

0 commit comments

Comments
 (0)