Skip to content

Commit 12bf54b

Browse files
Update strum requirement from 0.26 to 0.27 (#113)
1 parent 5b6db5c commit 12bf54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swiftnav/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version = "1.62.1"
1313
rustversion = "1.0"
1414
chrono = { version = "0.4", optional = true }
1515
swiftnav-sys = { version = "^0.10.0", path = "../swiftnav-sys/" }
16-
strum = { version = "0.26", features = ["derive"] }
16+
strum = { version = "0.27", features = ["derive"] }
1717

1818
[dev-dependencies]
1919
float_eq = "1.0.1"

0 commit comments

Comments
 (0)