Skip to content

Commit be30b81

Browse files
committed
bump version
1 parent 7ebd7d6 commit be30b81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trsync"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
authors = ["Bastien Sevajol <sevajol.bastien@gmail.com>"]
55
edition = "2018"
66

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use crate::{
1616
};
1717

1818
const CONTENT_ALREADY_EXIST_ERR_CODE: u16 = 3002;
19-
const DEFAULT_CLIENT_TIMEOUT: i32 = 3600 * 2;
19+
const DEFAULT_CLIENT_TIMEOUT: u64 = 3600 * 2;
2020

2121
#[derive(Serialize, Deserialize, Debug, Clone)]
2222
pub struct Paginated<T> {

0 commit comments

Comments
 (0)