Skip to content

Commit

Permalink
fix: cargo keywords
Browse files Browse the repository at this point in the history
`invalid length 25, expected a keyword with less than 20 characters at line 1 column 5198`
  • Loading branch information
grumbach authored and joshuef committed Feb 15, 2023
1 parent d8588a1 commit 5bf3f33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ keywords = [
"Safe",
"Network",
"SafeNetwork",
"DBC",
"DigitalBearerCertificates"
"DBC"
]
authors = [ "MaidSafe Developers <dev@maidsafe.net>" ]
edition = "2018"
Expand Down

0 comments on commit 5bf3f33

Please sign in to comment.