Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Dec 3, 2021
1 parent c0c9915 commit f8c58af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "superstruct"
version = "0.2.0"
authors = ["Michael Sproul <[email protected]>"]
version = "0.3.0"
edition = "2018"
description = "Proc-macro for quasi-subtyping"
license = "Apache-2.0"
Expand All @@ -16,8 +15,8 @@ darling = "0.13.0"
itertools = "0.10.1"
proc-macro2 = "1.0.32"
quote = "1.0.10"
syn = "1.0.81"
syn = "1.0.82"

[dev-dependencies]
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.71"
serde_json = "1.0.72"

0 comments on commit f8c58af

Please sign in to comment.