Skip to content

Commit

Permalink
point to our own sds
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Nov 5, 2023
1 parent 1514f97 commit c2b6e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
bit_field = "0.10"
serde = { version = "1.0", features = ["derive"] }
num = "0.4.0"
simple-sds = {git = "https://github.com/thejasonfan/simple-sds", branch = "simpler_serde_compat", optional = true }
simple-sds = {git = "https://github.com/COMBINE-lab/simple-sds", branch = "simpler_serde_compat", optional = true }

[features]
seq-vector = ["dep:simple-sds"]
Expand All @@ -23,4 +23,4 @@ quickcheck_macros = "1"

[[bench]]
name = "simple_benchmark"
harness = false
harness = false

0 comments on commit c2b6e16

Please sign in to comment.