Skip to content

Commit

Permalink
migrat to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
sehz committed Sep 23, 2023
1 parent 8abaaf6 commit 876c771
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 5 deletions.
78 changes: 76 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions nj-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "nj-cli"
version = "0.4.3"
authors = ["fluvio.io"]
edition = "2018"
edition = "2021"
description = "build tool for node-bindgen"
repository = "https://github.com/infinyon/node-bindgen"
license = "Apache-2.0"
Expand All @@ -11,5 +11,5 @@ license = "Apache-2.0"
log = "0.4.8"
structopt = { version = "0.3.18", default-features = false }
cargo_metadata = "0.18.0"
toml = "0.5.6"
toml = "0.8.0"
serde = { version = "1.0.114", features = ["derive"] }
2 changes: 1 addition & 1 deletion nj-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "nj-sys"
version = "4.0.0"
authors = ["Fluvio Contributors <team@fluvio.io>"]
edition = "2018"
edition = "2021"
description = "low level binding to Node N-API"
repository = "https://github.com/infinyon/node-bindgen"
readme = "README.md"
Expand Down

0 comments on commit 876c771

Please sign in to comment.