Skip to content

Commit

Permalink
fenris v0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Andlon committed Sep 25, 2023
1 parent 6a0a877 commit e8613ee
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 @@ -79,7 +79,7 @@ members = [
[workspace.package]
# Currently only fenris and fenris-solid inherit this version. The rule of thumb is that anything that depends *on* fenris
# as part of the workspace should share the same version (and be released at the same time)
version = "0.0.32"
version = "0.0.33"
# Other sub-packages also inherit this stuff
authors = ["Andreas Longva <[email protected]>"]
edition = "2021"
Expand All @@ -89,7 +89,7 @@ repository = "https://github.com/InteractiveComputerGraphics/fenris"
[workspace.dependencies]
nalgebra = { version = "0.32.1", default-features = false }
nalgebra-sparse = { version = "0.9.0", default-features = false }
fenris = { version = "0.0.32", path = "." }
fenris = { version = "0.0.33", path = "." }

[[bench]]
name = "assembly"
Expand Down

0 comments on commit e8613ee

Please sign in to comment.