Skip to content
Merged
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ regex = { version = "1", optional = true } # used in parser filter
chrono = { version = "0.4.38", optional = true } # parser filter
serde_json = { version = "1.0", optional = true } # RIS Live parsing
wasm-bindgen = { version = "0.2", optional = true }
ts-rs = { version = "11", optional = true, features = ["no-serde-warnings"] } # TypeScript type generation for the WASM package
ts-rs = { version = "12", optional = true, features = ["no-serde-warnings"] } # TypeScript type generation for the WASM package
smallvec = { version = "1.13", features = ["serde"] } # MPLS label stack storage

####################
Expand Down
Loading