Skip to content

Commit

Permalink
Update GSL requirement from ^6 to ^7
Browse files Browse the repository at this point in the history
Updates the requirements on [GSL](https://github.com/GuillaumeGomez/rust-GSL) to permit the latest version.
- [Commits](https://github.com/GuillaumeGomez/rust-GSL/commits)

---
updated-dependencies:
- dependency-name: GSL
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 595dc35 commit cfbfe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ emcee = "^0.3.0"
emcee_rand = { version = "^0.3.15", package = "rand" }
enum_dispatch = "^0.3.9"
fftw = { version = "^0.8", default-features = false }
GSL = { version = "^6", default-features = false, optional = true }
GSL = { version = "^7", default-features = false, optional = true }
itertools = "^0.12"
lazy_static = "^1.4"
libm = "^0.2"
Expand Down

0 comments on commit cfbfe6d

Please sign in to comment.