Skip to content

Commit e77a6cb

Browse files
author
Anton Melnikov
committed
Bump version: 0.4.2
1 parent be4aeff commit e77a6cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tarantool"
33
description = "Tarantool rust bindings"
4-
version = "0.4.1"
4+
version = "0.4.2"
55
authors = [
66
"Dmitriy Koltsov <dkoltsov@picodata.io>",
77
"Anton Melnikov <volt0@picodata.io>"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ edition = "2018"
101101
# author, license, etc
102102

103103
[dependencies]
104-
tarantool = "0.4.1" # (1)
104+
tarantool = "0.4.2" # (1)
105105
serde = "1.0" # (2)
106106

107107
[lib]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//! # author, license, etc
6363
//!
6464
//! [dependencies]
65-
//! tarantool = "0.4.1" # (1)
65+
//! tarantool = "0.4.2" # (1)
6666
//! serde = "1.0" # (2)
6767
//!
6868
//! [lib]

0 commit comments

Comments
 (0)