Skip to content

Commit c4e7e85

Browse files
committed
Fix category slug
1 parent 7eaff2f commit c4e7e85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "resynth"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
description = "A packet synthesis language"
66
authors = ["Gianni Tedesco <gianni@scaramanga.co.uk>"]
77
license = "GPL-3.0-only"
@@ -18,7 +18,7 @@ keywords = [
1818
categories = [
1919
"command-line-utilities",
2020
"compilers",
21-
"network programming",
21+
"network-programming",
2222
]
2323
include = [
2424
"**/*.rs",

0 commit comments

Comments
 (0)