Skip to content

Commit 0a529be

Browse files
Update cellular_raza requirement from 0.3.0 to 0.4.0
Updates the requirements on [cellular_raza](https://github.com/jonaspleyer/cellular_raza) to permit the latest version. - [Commits](jonaspleyer/cellular_raza@0.3.0...0.4.0) --- updated-dependencies: - dependency-name: cellular_raza dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf2968b commit 0a529be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
approxim = "0.6.5"
13-
cellular_raza = { version = "0.3.0", features = [ "pyo3", "approx" ] }
13+
cellular_raza = { version = "0.4.0", features = [ "pyo3", "approx" ] }
1414
nalgebra = { version="0.34" }
1515
num = "0.4"
1616
pyo3 = { version = "0.26", features = ["serde"] }

0 commit comments

Comments
 (0)