Skip to content

Commit 74e6ea1

Browse files
committed
Update Cargo.toml
1 parent 5ddede5 commit 74e6ea1

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
@@ -4,7 +4,7 @@ resolver = "2" # What does this do?
44
[package]
55
name = "vger"
66
description = "2D GPU renderer for dynamic UIs"
7-
version = "0.2.7"
7+
version = "0.2.8"
88
license = "MIT"
99
readme = "README.md"
1010
authors = ["Taylor Holliday <taylor@audulus.com>"]
@@ -26,4 +26,4 @@ png = "0.17.6"
2626
futures = "0.3"
2727
futures-intrusive = "0.5"
2828
svg = "0.14.0"
29-
rand = "0.8.5"
29+
rand = "0.8.5"

0 commit comments

Comments
 (0)