Skip to content

Commit e9387c1

Browse files
authored
Merge pull request #408 from Dirreke/bump-edition
Update edition to 2021
2 parents 4830306 + 206864c commit e9387c1

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)