Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 5df63f3

Browse files
committed
Merge branch 'master' of https://github.com/Vurv78/rglua
2 parents 23a3b25 + 5794ba6 commit 5df63f3

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
@@ -1,7 +1,7 @@
11
[package]
22
name = "rglua"
33
description = "Rust bindings to the lua api for gmod binary module creation"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
authors = ["Vurv <vurvdevelops@gmail.com>"]
66
keywords = ["glua","garrysmod","lua"]
77
readme = "README.md"
@@ -12,4 +12,4 @@ edition = "2018"
1212

1313
[dependencies]
1414
libloading = "0.7.0"
15-
once_cell = "1.7.2"
15+
once_cell = "1.7.2"

0 commit comments

Comments
 (0)