Skip to content

Commit

Permalink
Add no main feature
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSprenger committed Sep 10, 2024
1 parent 252beae commit 4cfab78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ serde = {version = "1.0.150", default-features = false, features = ["derive"]}
defmt = "0.3.2"
fugit = "0.3.6"
heapless = "0.7.16"
ts-rs = { version = "6.2.1", optional = true }
mavlink = { git = "https://github.com/uorocketry/rust-mavlink.git", features = [
"uorocketry",
], default-features = false }
Expand All @@ -28,4 +27,3 @@ postcard = { version = "1.0.4", features = ["alloc"] }
[features]
default = ["mavlink/embedded-hal-02", "mavlink/uorocketry"]
std = ["mavlink/std", "mavlink/tcp", "mavlink/udp", "mavlink/direct-serial", "mavlink/serde", "dep:proptest", "dep:proptest-derive"]
ts = ["std", "dep:ts-rs"]
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
#![no_main]

//! # HYDRA Messages
//!
Expand Down

0 comments on commit 4cfab78

Please sign in to comment.