We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8b61d commit cbf2be0Copy full SHA for cbf2be0
.gitignore
@@ -1,5 +1,5 @@
1
-*.sublime-*
2
Cargo.lock
3
4
target/
+.vscode/
5
.idea/
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "c99"
-version = "0.1.1"
-authors = ["Vojtech Kral <vojtech@kral.hk>"]
+version = "1.0.0"
+authors = ["Vojtech Kral <vojtech@kral.pm>"]
license = "BSD-2-Clause"
6
7
description = "C99 types for easier interop"
0 commit comments