Skip to content

Commit 206864c

Browse files
committed
Update edition to 2021
1 parent 4830306 commit 206864c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lax"
33
version = "0.17.0"
44
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
description = "LAPACK wrapper without ndarray"
88
documentation = "https://docs.rs/lax/"

ndarray-linalg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ndarray-linalg"
33
version = "0.17.0"
44
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
description = "Linear algebra package for rust-ndarray using LAPACK"
88
documentation = "https://docs.rs/ndarray-linalg/"

0 commit comments

Comments
 (0)