Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
* origin/main:
  Bump built from 0.7.2 to 0.7.3
  Bump serde from 1.0.201 to 1.0.203
  Bump bytemuck from 1.15.0 to 1.16.0
  • Loading branch information
jordens committed Jun 13, 2024
2 parents b8f904e + 27cc7b2 commit 75fe0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fugit = "0.3"
mono-clock = "0.1"
heapless = { version = "0.7", features = ["serde"] }
minimq = "0.9"
serde = { version = "1.0.158", features = ["derive"], default-features = false }
serde = { version = "1.0.203", features = ["derive"], default-features = false }
serde-json-core = "0.5"
rtt-logger = "0.2"
rtt-target = { version = "0.3", features = ["cortex-m"] }
Expand All @@ -48,7 +48,7 @@ bitbybit = "1.3.2"
arbitrary-int = "1.2.7"
# stabilizer = "0.9.0"
lm75 = "0.2"
bytemuck = { version = "1.14.3", features = ["derive"], default-features = false }
bytemuck = { version = "1.16.0", features = ["derive"], default-features = false }
# Note: Keep in-sync with `py/setup.py`
miniconf = { version = "0.11", features = ["json-core", "derive", "postcard"] }
miniconf_mqtt = "0.11"
Expand Down

0 comments on commit 75fe0ca

Please sign in to comment.