Skip to content

Commit

Permalink
upgrade psi_device_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecms committed Jan 20, 2024
1 parent bcd1d47 commit 4d59d55
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 3 deletions.
52 changes: 50 additions & 2 deletions parser/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 parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default = ["console_error_panic_hook"]
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
# code size when deploying.
console_error_panic_hook = { version = "0.1.7", optional = true }
device_tree = { git = "https://github.com/orangecms/device_tree-rs", tag = "v2.0.0", package = "psi_device_tree" }
device_tree = { git = "https://github.com/platform-system-interface/device_tree-rs", tag = "v2.1.0", package = "psi_device_tree" }
gloo-utils = { version = "0.2.0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = "0.2"
Expand Down

0 comments on commit 4d59d55

Please sign in to comment.