Skip to content

Commit

Permalink
Migrate from Rust 2018 to Rust 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
aschampion committed Dec 6, 2022
1 parent 8483798 commit 3c2f19e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `\` is no longer accepted as a group or dataset separator on Windows filesystem. N5 key paths must use `/`.
- The filesystem backend now returns platform correct `\`-separated URIs on Windows.
- Increase MSRV 1.39 -> 1.56 for tool and dependency upgrades.
- Update to Rust 2021 edition.
- Updated `ndarray` from 0.13 to 0.15.
- Updated `semver` from 0.9 to 1.0.

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "n5"
version = "0.7.6"
edition = "2018"
rust-version = "1.39"
edition = "2021"
rust-version = "1.56"
license = "MIT/Apache-2.0"
authors = ["Andrew Champion <[email protected]>"]
description = "Rust implementation of the N5 tensor file system format"
Expand Down

0 comments on commit 3c2f19e

Please sign in to comment.