Skip to content

Commit 54bb4c3

Browse files
committed
release: 6.0.0
Release 5.1.0 was yanked, because it had breaking changes which broke builds which relied on multiple versions of tarantool crate. So we're forced to make a major release
1 parent 3dc6aef commit 54bb4c3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

33

4-
# [5.1.0] Nov 14 2024
4+
# [6.0.0] Nov 20 2024
55

66
### Added
77
- `tlua::Push` trait implementations for `OsString`, `OsStr`, `Path`, `PathBuf`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rustflags = [
5656
Add the following lines to your project's Cargo.toml:
5757
```toml
5858
[dependencies]
59-
tarantool = "5.1"
59+
tarantool = "6.0"
6060

6161
[lib]
6262
crate-type = ["cdylib"]
@@ -103,7 +103,7 @@ edition = "2018"
103103
# author, license, etc
104104

105105
[dependencies]
106-
tarantool = "5.1"
106+
tarantool = "6.0"
107107
serde = "1.0"
108108

109109
[lib]

tarantool/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tarantool"
33
description = "Tarantool rust bindings"
4-
version = "5.1.0"
4+
version = "6.0.0"
55
authors = [
66
"Dmitriy Koltsov <dkoltsov@picodata.io>",
77
"Georgy Moshkin <gmoshkin@picodata.io>",
@@ -26,7 +26,7 @@ thiserror = "1.0.30"
2626
libc = { version = "0.2", features = ["extra_traits"] }
2727
log = "0.4"
2828
once_cell = "1.4.0"
29-
tlua = { path = "../tlua", version = "3.2.0" }
29+
tlua = { path = "../tlua", version = "4.0.0" }
3030
refpool = { version = "0.4.3", optional = true }
3131
rmp = "0.8.11"
3232
rmp-serde = "1.1"

tlua/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tlua"
3-
version = "3.2.0"
3+
version = "4.0.0"
44
edition = "2018"
55
authors = [
66
"Georgy Moshkin <gmoshkin@picodata.io>",

0 commit comments

Comments
 (0)