Skip to content

Commit cbf2be0

Browse files
committed
Bump version: 1.0.0
1 parent 2f8b61d commit cbf2be0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*.sublime-*
21
Cargo.lock
32

43
target/
4+
.vscode/
55
.idea/

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "c99"
3-
version = "0.1.1"
4-
authors = ["Vojtech Kral <vojtech@kral.hk>"]
3+
version = "1.0.0"
4+
authors = ["Vojtech Kral <vojtech@kral.pm>"]
55
license = "BSD-2-Clause"
66

77
description = "C99 types for easier interop"

0 commit comments

Comments
 (0)