Skip to content

Commit

Permalink
ci: Rename coap example crate to avoid conflict in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
malishav committed Nov 2, 2024
1 parent d38e373 commit a49f271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/coap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "coap"
name = "lakers-coap"
version = "0.1.0"
edition = "2021"

Expand Down Expand Up @@ -29,4 +29,4 @@ defmt = { version = "0.3", optional = true }
[features]
default = ["log"]
defmt = ["dep:defmt"]
log = ["dep:log"]
log = ["dep:log"]

0 comments on commit a49f271

Please sign in to comment.