Skip to content

Commit

Permalink
Switch to using published crates
Browse files Browse the repository at this point in the history
Replace the Git patch and use event-listener v3.0.0 and
event-listener-strategy v0.1.0 from crates.io.

Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Sep 16, 2023
1 parent a8cd074 commit 17774b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Run cargo check (without dev-dependencies to catch missing feature flags)
run: cargo hack build --all --no-dev-deps
- run: cargo hack build --all --target thumbv7m-none-eabi --no-default-features --no-dev-deps
- run: cargo hack build --target thumbv7m-none-eabi --no-default-features --no-dev-deps --features portable-atomic

msrv:
runs-on: ubuntu-latest
Expand Down
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ exclude = ["/.*"]

[dependencies]
concurrent-queue = { version = "2", default-features = false }
event-listener = { version = "2.4.0", default-features = false }
event-listener-strategy = { git = "https://github.com/smol-rs/event-listener", default-features = false }
event-listener = { version = "3.0.0", default-features = false }
event-listener-strategy = { version = "0.2.0", default-features = false }
futures-core = { version = "0.3.5", default-features = false }
pin-project-lite = "0.2.11"

Expand All @@ -28,6 +28,3 @@ futures-lite = "1"
[features]
default = ["std"]
std = ["concurrent-queue/std", "event-listener/std", "event-listener-strategy/std"]

[patch.crates-io]
event-listener = { git = "https://github.com/smol-rs/event-listener", default-features = false }

0 comments on commit 17774b3

Please sign in to comment.