Skip to content

Commit

Permalink
Update edition to Rust 2021
Browse files Browse the repository at this point in the history
The MSRV for this crate is rustc 1.58.1 which supports Rust 2021.
  • Loading branch information
samueltardieu committed Feb 13, 2023
1 parent e9e7c5e commit df0d9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-case"
version = "3.0.0"
edition = "2018"
edition = "2021"
authors = ["Marcin Sas-Szymanski <marcin.sas-szymanski@anixe.pl>", "Wojciech Polak <frondeus@gmail.com>", "Łukasz Biel <lukasz.p.biel@gmail.com>"]
description = "Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily"
keywords = ["test", "case", "tests", "unit", "testing"]
Expand Down

0 comments on commit df0d9cc

Please sign in to comment.