Skip to content

Commit f01fbf7

Browse files
codegen v0.3.0 and omp and omprs-gdk v1.0.0
1 parent 7d84a5e commit f01fbf7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

omp-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "omp-codegen"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Sreyas <[email protected]>"]
55
description = "Codegen for omprs"
66
license = "Apache-2.0"

omp-gdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "omp-gdk"
3-
version = "0.2.0"
3+
version = "1.0.0"
44
authors = ["Sreyas <[email protected]>"]
55
description = "Rust SDK for developing open.mp gamemodes"
66
license = "Apache-2.0"
77
repository = "https://github.com/sreyas-sreelal/omprs-gdk/"
88
edition = "2021"
99

1010
[dependencies]
11-
omp-codegen = {path="../omp-codegen",version="0.2.0"}
11+
omp-codegen = {path="../omp-codegen",version="0.3.0"}
1212
paste = "1.0"
1313

1414
[target.'cfg(windows)'.dependencies]

omp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "omp"
3-
version = "0.2.0"
3+
version = "1.0.0"
44
authors = ["Sreyas <[email protected]>"]
55
description = "Rust SDK for developing open.mp gamemodes"
66
license = "Apache-2.0"
77
repository = "https://github.com/sreyas-sreelal/omprs-gdk/"
88
edition = "2021"
99

1010
[dependencies]
11-
omp-gdk = {path="../omp-gdk",version="0.2.0"}
11+
omp-gdk = {path="../omp-gdk",version="1.0.0"}

0 commit comments

Comments
 (0)