Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 18, 2025
1 parent 6392d31 commit c84cfa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .cargo/config.toml → rs-matter-embassy/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ rustflags = ["-C", "link-arg=-Wl,-Tlinkall.x", "-C", "link-arg=-nostartfiles"]

[unstable]
#build-std-features = ["panic_immediate_abort"]

# For host builds and STD targets
build-std = ["core", "alloc", "panic_abort"]
17 changes: 3 additions & 14 deletions rs-matter-embassy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ description = "Run rs-matter with embassy"
repository = "https://github.com/ivmarkov/rs-matter-embassy"
license = "MIT OR Apache-2.0"
readme = "README.md"
build = "build.rs"
rust-version = "1.78"
rust-version = "1.84"

[lib]
harness = false
Expand Down Expand Up @@ -50,8 +49,8 @@ edge-nal = "0.5"
edge-nal-embassy = "0.5"
embedded-storage-async = "0.4.1"
sequential-storage = "3"
#trouble-host = { version = "0.1", git = "https://github.com/ivmarkov/trouble" }
trouble-host = { version = "0.1", path = "../trouble/host" }
trouble-host = { version = "0.1", git = "https://github.com/ivmarkov/trouble", branch = "const-and-others" }
#trouble-host = { version = "0.1", path = "../../trouble/host" }
bt-hci = { version = "0.1", default-features = false }
embedded-io = "0.6"
scopeguard = { version = "1", default-features = false }
Expand All @@ -63,13 +62,3 @@ smoltcp = { version = "0.12", default-features = false }
[dev-dependencies]
embassy-time-queue-utils = { version = "0.1", features = ["generic-queue-64"] }
static_cell = "2.1"

# [[example]]
# name = "light"
# path = "examples/light.rs"
# required-features = ["examples"]

# [[example]]
# name = "light_eth"
# path = "examples/light_eth.rs"
# required-features = ["examples"]

0 comments on commit c84cfa5

Please sign in to comment.