Skip to content

Commit

Permalink
ci: use just
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-herlemont committed Nov 1, 2023
1 parent e2e0e44 commit 0e18160
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 @@ -25,7 +25,7 @@ bincode = { version = "2.0.0-rc.3", features = ["serde"] }

# Optional tokio support
tokio = { version = "1", features = ["sync"], optional = true }
native_model = { path = "../native_model", optional = true }
native_model = { git = "https://github.com/vincent-herlemont/native_model.git", optional = true, rev = "69d42f5ec9a4ad671525233e2835efeaae95862e" }

[dev-dependencies]
assert_fs = "1.0"
Expand Down

0 comments on commit 0e18160

Please sign in to comment.