Skip to content

Commit

Permalink
Use git not path dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSprenger committed Oct 26, 2024
1 parent b92fe19 commit f6fb624
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ bitflags = { version = "2.3.1", features = ["serde"] }
proptest = { version = "1.2.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
messages-proc-macros-lib = { path = "messages-proc-macros-lib" }
#chrono = {version = "0.4.0", features = ["serde"], default-features = false}
chrono = {path = "/home/ns/Rocketry/chrono", features = ["serde"], default-features = false}
chrono = {git = "/home/ns/Rocketry/chrono", features = ["serde"], default-features = false}

[dev-dependencies]
proptest = "1.2.0"
Expand Down

0 comments on commit f6fb624

Please sign in to comment.