Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miam-miam committed Dec 22, 2022
1 parent 089008e commit fd98e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "prse"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["miam-miam100 <[email protected]>"]
documentation = "https://docs.rs/prse/"
Expand All @@ -21,7 +21,7 @@ exclude = [".github", "examples"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
prse-derive = { version = "0.1.0", path="prse-derive", default-features = false }
prse-derive = { version = "0.2.0", path="prse-derive", default-features = false }

[features]
std = ["alloc", "prse-derive/std"]
Expand Down
2 changes: 1 addition & 1 deletion prse-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prse-derive"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["miam-miam100 <[email protected]>"]
documentation = "https://docs.rs/prse/"
Expand Down

0 comments on commit fd98e54

Please sign in to comment.