Skip to content

Commit

Permalink
Improve the formatter macro
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborschneider committed Jan 29, 2025
1 parent 3586dd3 commit fe3e17d
Show file tree
Hide file tree
Showing 7 changed files with 753 additions and 73 deletions.
4 changes: 2 additions & 2 deletions bgpsim-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bgpsim-macros"
version = "0.18.0"
version = "0.18.1"
edition = "2021"
license-file = "LICENSE"
description = "BGPSim Macros for generating networks conveniently"
Expand All @@ -20,7 +20,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.49"
quote = "1.0.23"
syn = { version = "1.0.107", features = ["extra-traits", "full"] }
syn = { version = "2.0", features = ["extra-traits", "full"] }
ipnet = "2.7.0"

[dev-dependencies]
Expand Down
Loading

0 comments on commit fe3e17d

Please sign in to comment.