Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
104 changes: 94 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "topstitch"
version = "0.95.0"
version = "0.95.1"
edition = "2024"
license = "Apache-2.0"
description = "Stitch together Verilog modules with Rust"
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/topstitch"
[dependencies]
num-bigint = "0.4.3"
indexmap = "2.5.0"
xlsynth = "0.19.0"
xlsynth = { git = "https://github.com/xlsynth/xlsynth-crate.git", rev = "fae5850379c6868b8e228d703a636209db56f2b4", version = "0.37.0" }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will update this once the other PR lands

Related PRs in the other repos

slang-rs = "0.21.0"
itertools = "0.10"
regex = "1.11.0"
Expand Down