Skip to content

Commit

Permalink
Release 0.2.10
Browse files Browse the repository at this point in the history
[email protected]

Generated by cargo-workspaces
  • Loading branch information
jdonszelmann committed May 24, 2024
1 parent bf0eb4f commit e498f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scopegraphs-regular-expressions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scopegraphs-regular-expressions"
version = "0.2.9"
version = "0.2.10"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [
Expand All @@ -14,7 +14,7 @@ rust-version = "1.75"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syn = { version = "2.0.29", default-features = false, features = ["parsing", "derive", "printing"] }
syn = { version = "2.0.29", default-features = false, features = ["parsing", "derive", "printing", "clone-impls"] }
quote = { version = "1.0.33" }
proc-macro2 = "1.0.69"
thiserror = "1.0.50"
Expand Down

0 comments on commit e498f11

Please sign in to comment.