Skip to content

Commit

Permalink
rm bitflags
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull authored and richardeoin committed Aug 1, 2023
1 parent 4864cde commit a91052c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

* remove unused `bitflags` dependency
* bors bot replaced with GH merge queue
* Update `smoltcp` dependency to `0.9.0`
* MSRV increased to 1.65.0
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ synopsys-usb-otg = { version = "^0.3.0", features = ["cortex-m"], optional = tru
embedded-display-controller = { version = "^0.1.0", optional = true }
log = { version = "0.4.14", optional = true} # see also the dev-dependencies section
fdcan = { version = "0.2", optional = true }
bitflags = { version = "2.0.0" }
embedded-storage = "0.3"

[dependencies.smoltcp]
Expand Down

0 comments on commit a91052c

Please sign in to comment.