release: leon v3.0.0 (#1613)

chore: Release

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2024-02-12 04:31:10 +00:00 committed by GitHub
parent 42215f774a
commit 5a8af0fb99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT"
proc-macro = true
[dependencies]
leon = { version = "2.0.1", path = "../leon", default-features = false }
leon = { version = "3.0.0", path = "../leon", default-features = false }
proc-macro2 = "1.0.68"
syn = { version = "2.0.43", default-features = false, features = ["proc-macro", "parsing"] }
quote = "1.0.28"