Skip to content

Commit 91bcb49

Browse files
authored
Version bump to 5.5.1 so that I can publish the MacOS fix (#145)
* [raylib-test] remove set_file_text_loader * [meta] version bump
1 parent fba491e commit 91bcb49

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

raylib-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raylib-sys"
3-
version = "5.5.0"
3+
version = "5.5.1"
44
authors = ["raylib-rs team <https://github.com/raylib-rs/raylib-rs>"]
55
license = "Zlib"
66
description = "Raw FFI bindings for Raylib"

raylib-test/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "raylib-test"
3-
version = "5.5.0"
3+
version = "5.5.1"
44
authors = ["raylib-rs team <https://github.com/raylib-rs/raylib-rs>"]
55
edition = "2018"
66
license = "Zlib"
77
readme = "../README.md"
88
repository = "https://github.com/raylib-rs/raylib-rs"
99

1010
[dependencies]
11-
raylib = { version = "5.5.0", path = "../raylib" }
12-
raylib_sys = { version = "5.5.0", path = "../raylib-sys" }
11+
raylib = { version = "5.5.1", path = "../raylib" }
12+
raylib_sys = { version = "5.5.1", path = "../raylib-sys" }
1313
lazy_static = "1.2.0"
1414
colored = "2.1.0"
1515

raylib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raylib"
3-
version = "5.5.0"
3+
version = "5.5.1"
44
authors = ["raylib-rs team <https://github.com/raylib-rs/raylib-rs>"]
55
license = "Zlib"
66
readme = "../README.md"
@@ -13,7 +13,7 @@ edition = "2018"
1313
autoexamples = false
1414

1515
[dependencies]
16-
raylib-sys = { version = "5.5.0", path = "../raylib-sys" }
16+
raylib-sys = { version = "5.5.1", path = "../raylib-sys" }
1717
cfg-if = "1.0.0"
1818
serde = { version = "1.0.125", features = ["derive"], optional = true }
1919
serde_json = { version = "1.0.64", optional = true }

samples/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raylib-examples"
3-
version = "5.5.0"
3+
version = "5.5.1"
44
authors = ["raylib-rs team <https://github.com/raylib-rs/raylib-rs>"]
55
edition = "2021"
66
license = "Zlib"
@@ -9,7 +9,7 @@ repository = "https://github.com/raylib-rs/raylib-rs"
99

1010

1111
[dependencies]
12-
raylib = { path = "../raylib", version = "5.5.0" }
12+
raylib = { path = "../raylib", version = "5.5.1" }
1313
structopt = "0.2"
1414
specs-derive = "0.4.1"
1515
rand = "0.8"
@@ -106,4 +106,4 @@ required-features = ["imgui"]
106106
[[bin]]
107107
name = "music_effects"
108108
path = "music_effects.rs"
109-
required-features = ["ringbuf"]
109+
required-features = ["ringbuf"]

showcase/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raylib-showcase"
3-
version = "5.5.0"
3+
version = "5.5.1"
44
authors = ["raylib-rs team <https://github.com/raylib-rs/raylib-rs>"]
55
edition = "2018"
66
license = "Zlib"
@@ -10,4 +10,4 @@ repository = "https://github.com/raylib-rs/raylib-rs"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
raylib = { version = "5.5.0", path = "../raylib" }
13+
raylib = { version = "5.5.1", path = "../raylib" }

0 commit comments

Comments
 (0)