Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed May 20, 2024
1 parent ab749df commit 5dede4d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion omp-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "omp-codegen"
version = "0.1.0"
version = "0.2.0"
authors = ["Sreyas <[email protected]>"]
description = "Codegen for omprs"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions omp-gdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "omp-gdk"
version = "0.1.0"
version = "0.2.0"
authors = ["Sreyas <[email protected]>"]
description = "Rust SDK for developing open.mp gamemodes"
license = "Apache-2.0"
repository = "https://github.com/sreyas-sreelal/omprs-gdk/"
edition = "2021"

[dependencies]
omp-codegen = {path="../omp-codegen",version="0.1.0"}
omp-codegen = {path="../omp-codegen",version="0.2.0"}
paste = "1.0"

[target.'cfg(windows)'.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions omp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "omp"
version = "0.1.0"
version = "0.2.0"
authors = ["Sreyas <[email protected]>"]
description = "Rust SDK for developing open.mp gamemodes"
license = "Apache-2.0"
repository = "https://github.com/sreyas-sreelal/omprs-gdk/"
edition = "2021"

[dependencies]
omp-gdk = {path="../omp-gdk",version="0.1.0"}
omp-gdk = {path="../omp-gdk",version="0.2.0"}

0 comments on commit 5dede4d

Please sign in to comment.