Skip to content

Commit 051bba3

Browse files
Used updated version of extended_matrix where bug in rotation_matrix_to_align_with_vector has been fixed
1 parent 4881dc8 commit 051bba3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "finite_element_method"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Roman Shushakov <roman.a.shushakov1@gmail.com>"]
55
edition = "2021"
66
description = "A finite element method module."
@@ -11,5 +11,5 @@ repository = "https://github.com/RomanShushakov/finite_element_method"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
extended_matrix = "0.9.1"
14+
extended_matrix = "0.9.2"
1515
colsol = "1.0.0"

0 commit comments

Comments
 (0)