-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updated dtn7-codegen crates dependencies and bumped version to…
… v0.1.1
- Loading branch information
Showing
4 changed files
with
54 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[package] | ||
name = "dtn7-codegen" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
edition = "2021" | ||
authors = ["Lars Baumgaertner <[email protected]>"] | ||
description = "codgen helpers for dtn7-rs" | ||
description = "codegen helpers for dtn7-rs" | ||
license = "MIT OR Apache-2.0" | ||
categories = ["command-line-utilities", "network-programming"] | ||
repository = "https://github.com/dtn7/dtn7-rs" | ||
|
@@ -15,6 +15,6 @@ readme = "README.md" | |
proc-macro = true | ||
|
||
[dependencies] | ||
syn = {version="1.0.57",features=["full","fold"]} | ||
syn = {version="2.0.51",features=["full","fold"]} | ||
quote = "1.0.8" | ||
lazy_static = "1.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters