release: leon v2.0.1 (#1172)

chore: Release

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-06-26 15:10:30 +10:00 committed by GitHub
parent 887f7593d3
commit 88c7df6ea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

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