Skip to content

Commit

Permalink
Fix version of dependency (nj-core)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAstafyev committed Nov 17, 2023
1 parent ea9423c commit 0e93a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ uuid = ["nj-core/convert-uuid"]

[dependencies]
nj-sys = { path = "nj-sys", version = "4.0.0", optional = true }
nj-core = { path = "nj-core", version = "6.0.0", optional = true }
nj-core = { path = "nj-core", version = "6.0.1", optional = true }
nj-build = { path = "nj-build", version = "0.3.0", optional = true }
nj-derive = { path = "nj-derive", version = "3.2.0", optional = true }

Expand Down

0 comments on commit 0e93a77

Please sign in to comment.