Skip to content

Commit

Permalink
revert nj-derive
Browse files Browse the repository at this point in the history
  • Loading branch information
sehz committed Aug 19, 2024
1 parent e93c6a3 commit 66647b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,15 @@ ctor = "0.2.4"
libc = "0.2.66"
http_req = "0.12.0"
inventory = "0.1.5"
Inflector = "0.11.4"
async-trait = "0.1.22"
futures-lite = "2.0.0"
num-bigint = "0.4.0"
pin-utils = "0.1.0"
proc-macro2 = "1.0"
quote = "1.0"
serde_json = "1"
serde = { version = "1", default-features = false }
syn = { version = "1.0", default-features = false }
structopt = { version = "0.3.18", default-features = false }
toml = "0.8.0"
tracing = "0.1.37"
trybuild = { git = "https://github.com/infinyon/trybuild", branch = "check_option" }
uuid = { version = "1.8.0" }

fluvio-future = { version = "0.7.0", default-features = false }
Expand Down
14 changes: 7 additions & 7 deletions nj-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ proc-macro = true


[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true, features = ["full", "parsing", "visit-mut","derive","extra-traits"] }
Inflector = { workspace = true }
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full", "parsing", "visit-mut","derive","extra-traits"] }
Inflector = "0.11.4"

[dev-dependencies]
trybuild = { workspace = true }
node-bindgen = { workspace = true }
fluvio-future = { workspace = true, features = ["timer"] }
trybuild = { git = "https://github.com/infinyon/trybuild", branch = "check_option" }
node-bindgen = { path = ".." }
fluvio-future = { version = "0.7.0", features = ["timer"] }

0 comments on commit 66647b0

Please sign in to comment.