Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/openusd-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ thiserror.workspace = true
# The generated Rust is built as syntax rather than as text: `quote` writes it,
# `syn` parses it back to catch anything malformed here rather than in a
# consumer's build, and `prettyplease` lays it out without an external rustfmt.
prettyplease = "0.2"
prettyplease = "0.3"
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full", "parsing", "printing"] }
Expand Down
Loading