Skip to content

Commit

Permalink
build(deps): bump num_enum from 0.7.0 to 0.7.1
Browse files Browse the repository at this point in the history
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.0 to 0.7.1.
- [Commits](https://github.com/illicitonion/num_enum/commits)

---
updated-dependencies:
- dependency-name: num_enum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent ec3a815 commit de77f4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serde-json-core = "0.5"
heapless = { version = "0.7.16", features = ["serde"] }
cortex-m-rtic = "1.0"
embedded-hal = "0.2.7"
num_enum = { version = "0.7.0", default-features = false }
num_enum = { version = "0.7.1", default-features = false }
paste = "1"
idsp = "0.12"
ad9959 = { path = "ad9959", version = "0.2.0" }
Expand Down

0 comments on commit de77f4f

Please sign in to comment.