Skip to content

Commit

Permalink
Argus update (#3)
Browse files Browse the repository at this point in the history
* Update boards, timestamp, and sender to node.

* Remove proptest.

* Update attributes.

* :(

* ?
  • Loading branch information
NoahSprenger authored Oct 3, 2024
1 parent e976718 commit 473077a
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 = {version = "0.4.0", features = ["serde", "arbitrary"], default-features = false}
chrono = {version = "0.4.0", features = ["serde"], default-features = false}

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

0 comments on commit 473077a

Please sign in to comment.