Skip to content

Commit 8356ce9

Browse files
committed
Bump version
1 parent 4e3af91 commit 8356ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "tiny-gl"
33
description = """
44
A set of OpenGL bindings suitable for use in a demo. This crate does not use std.
55
"""
6-
version = "0.1.0"
6+
version = "0.2.0"
77
edition = "2021"
88
authors = ["Tim Peters <mail@darksecond.nl>"]
99
license = "MIT"
@@ -18,4 +18,4 @@ bitflags = { version = "2.6.0", default-features = false }
1818

1919
[features]
2020
default = ["alloc"]
21-
alloc = []
21+
alloc = []

0 commit comments

Comments
 (0)