Skip to content

Commit

Permalink
Fix bad git url
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSprenger committed Oct 26, 2024
1 parent f6fb624 commit 5b9b567
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 @@ -18,7 +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 = {git = "/home/ns/Rocketry/chrono", features = ["serde"], default-features = false}
chrono = {git = "https://github.com/uorocketry/chrono", features = ["serde"], default-features = false}

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

0 comments on commit 5b9b567

Please sign in to comment.