Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feat/cancun
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Jul 15, 2024
2 parents 34de2fd + 65624db commit a7384fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ proc-macro2 = "1.0"
quote = "1.0"
syn = "2.0"
trybuild = "1.0"
zk_evm_proc_macro = { path = "proc_macro" }
zk_evm_proc_macro = { path = "proc_macro", version = "0.1.0" }
5 changes: 4 additions & 1 deletion proc_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "zk_evm_proc_macro"
description = "Procedural Macros for Polygon Zero zkEVM"
authors = ["Polygon Zero"]
version = "0.1.0"
publish = false
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true

[lib]
proc-macro = true
Expand Down

0 comments on commit a7384fa

Please sign in to comment.