Skip to content

Commit 2027d7b

Browse files
committed
Bump package version to 2.1.3
1 parent 9a532d3 commit 2027d7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openvr_sys"
3-
version = "2.1.2"
3+
version = "2.1.3"
44
edition = "2021"
55
rust-version = "1.82.0"
66
authors = [
@@ -9,13 +9,13 @@ authors = [
99
"Rene Eichhorn",
1010
"Benjamin Saunders",
1111
"Alexander Brook Perry",
12-
"Arthur Brainville"
12+
"Arthur Brainville",
1313
]
1414
license = "MIT"
1515
description = "Raw unsafe system binding for openvr"
1616
repository = "https://github.com/rust-openvr/rust-openvr-sys"
1717
keywords = ["vr", "vive", "steamvr"]
18-
categories = [ "hardware-support", "external-ffi-bindings" ]
18+
categories = ["hardware-support", "external-ffi-bindings"]
1919

2020
exclude = [
2121
"openvr/samples/*",

0 commit comments

Comments
 (0)