Skip to content
Snippets Groups Projects
Commit 2ecbe8bf authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

release: 4.0.0

parent 1448ac93
No related branches found
No related tags found
1 merge request!453Gmoshkin/release preparation
# Change Log
# [?.?.?] Unreleased
# [4.0.0] Jan 12 2024
### Added
- `impl<E: Into<Error>> From<TransactionError<E>> for Error`.
......
......@@ -38,7 +38,7 @@ For deployment check out the deployment notes at the end of this file.
### Prerequisites
- Tarantool 2.2
- Tarantool 2.10+
#### Linking issues in macOS
......@@ -56,7 +56,7 @@ rustflags = [
Add the following lines to your project's Cargo.toml:
```toml
[dependencies]
tarantool = "3.0"
tarantool = "4.0"
[lib]
crate-type = ["cdylib"]
......@@ -103,7 +103,7 @@ edition = "2018"
# author, license, etc
[dependencies]
tarantool = "3.0"
tarantool = "4.0"
serde = "1.0"
[lib]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment