Skip to content

Commit 5058f33

Browse files
committed
Update Cargo.toml
1 parent 943e60e commit 5058f33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
homepage = "https://github.com/udoprog/fixed-map"
1111
repository = "https://github.com/udoprog/fixed-map"
1212
license = "MIT/Apache-2.0"
13-
keywords = ["data-structure", "container", "map", "no_std"]
13+
keywords = ["container", "data-structure", "map", "no_std"]
1414
categories = ["data-structures"]
1515

1616
[package.metadata.docs.rs]

fixed-map-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
homepage = "https://github.com/udoprog/fixed-map"
1414
repository = "https://github.com/udoprog/fixed-map"
1515
license = "MIT/Apache-2.0"
16-
keywords = ["data-structure", "container", "map", "no_std"]
16+
keywords = ["container", "data-structure", "map", "no_std"]
1717
categories = ["data-structures"]
1818

1919
[dependencies]

0 commit comments

Comments
 (0)