Skip to content

Commit 7fca26b

Browse files
committed
Update fastga-rs to 15ba3ec (FastGA 37fe187 + wrapper files)
Updates fastga-rs dependency to latest version which includes: - FastGA updated to commit 37fe187a67f74240a45c9889bfb54ef8fadd2436 - Restored Rust FFI wrapper files (rust_wrappers.c, rust_onelib.c) - Various improvements to align.c, ONElib, and build system Note: This requires the wrapper files commit in the FastGA submodule to be available. For local development, use: fastga-rs = { path = "/path/to/fastga-rs" } in Cargo.toml if network issues occur.
1 parent 6e3ace9 commit 7fca26b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rayon = "1.10"
1111
byteorder = "1.5"
1212
tempfile = "3.8"
1313
ordered-float = "4.0"
14-
fastga-rs = { git = "https://github.com/pangenome/fastga-rs.git", rev = "932fc00" }
14+
fastga-rs = { git = "https://github.com/pangenome/fastga-rs.git", rev = "15ba3ec" }
1515
chrono = "0.4"
1616
flate2 = "1.0"
1717
libc = "0.2"

0 commit comments

Comments
 (0)