Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 11, 2024
1 parent d952ea6 commit 3e8aed8
Showing 1 changed file with 2 additions and 2 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 = [
resolver = "2"

[workspace.package]
version = "0.3.0-rc.2"
version = "0.3.0"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2021"
rust-version = "1.81"
Expand All @@ -18,6 +18,6 @@ categories = ["no-std", "no-std::no-alloc"]

[workspace.dependencies]
proc-macro2 = { version = "1", default-features = false }
ptr_meta_derive = { version = "=0.3.0-rc.2", default-features = false, path = "ptr_meta_derive" }
ptr_meta_derive = { version = "0.3.0", default-features = false, path = "ptr_meta_derive" }
syn = { version = "2", default-features = false }
quote = { version = "1", default-features = false }

0 comments on commit 3e8aed8

Please sign in to comment.