Skip to content

Commit

Permalink
chore: updated dtn7-codegen crates dependencies and bumped version to…
Browse files Browse the repository at this point in the history
… v0.1.1
  • Loading branch information
gh0st42 committed Feb 27, 2024
1 parent ef5bf67 commit 075cac1
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 33 deletions.
73 changes: 47 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
strip = true # Automatically strip symbols from the binary.

[workspace]
resolver = "2"

members = [
"core/codegen",
Expand Down
6 changes: 3 additions & 3 deletions core/codegen/Cargo.toml
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 <baumgaertner@cs.tu-darmstadt.de>"]
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"
Expand All @@ -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"
7 changes: 3 additions & 4 deletions core/dtn7/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio = { version = "1.36.0", features = [
"time",
"tracing",
] }
console-subscriber = { version = "0.1.6", features = [
console-subscriber = { version = "0.2.0", features = [
"parking_lot",
], optional = true }
tokio-util = { version = "0.7.10", features = ["codec"] }
Expand Down Expand Up @@ -70,11 +70,10 @@ hyper = { version = "0.14.18", features = ["client"] }
tungstenite = "0.17.3"
#measure_time = "0.7.0"
bitflags = "2.0.2"
num-derive = "0.3.3"
num-derive = "0.4.2"
num-traits = "0.2.15"
thiserror = "1.0.31"
dtn7-codegen = { path = "../codegen", version = "0.1.0" }
byteorder = "1.4.3"
dtn7-codegen = { path = "../codegen", version = "0.1.1" }
reqwest = { version = "0.11.13", default-features = false, features = ["json"] }
sha1 = "0.10.5"
glob-match = "0.2.1"
Expand Down

0 comments on commit 075cac1

Please sign in to comment.