Skip to content

Commit 3a8883a

Browse files
Update strum requirement from 0.26 to 0.27
Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.1...v0.27.1) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e47d514 commit 3a8883a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ readme = "README.md"
1919
chrono = "0.4"
2020
thiserror = "1"
2121
strum_macros = "0.26"
22-
strum = { version = "0.26", features = ["derive"] }
22+
strum = { version = "0.27", features = ["derive"] }
2323
gnss-rs = { version = "2.3.1", features = ["serde"] }

0 commit comments

Comments
 (0)