Skip to content

Commit 0f97190

Browse files
authored
Merge pull request #83 from EventStore/bump-version-1-24-1
bump version to 1.24.1
2 parents 20bd935 + f0b5795 commit 0f97190

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
[package]
22
name = "esc"
3-
version = "1.24.0"
4-
authors = ["Yorick Laupa <yorick.laupa@eventstore.com>", "Tim Simpson <tim.simpson@eventstore.com>"]
3+
version = "1.24.1"
4+
authors = [
5+
"Yorick Laupa <yorick.laupa@eventstore.com>",
6+
"Tim Simpson <tim.simpson@eventstore.com>",
7+
]
58
edition = "2018"
69

710
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
811

912
[dependencies]
10-
esc-api = { path = "../api"}
11-
esc-client-base = { path = "../base"}
12-
esc-client-store = { path = "../store"}
13+
esc-api = { path = "../api" }
14+
esc-client-base = { path = "../base" }
15+
esc-client-store = { path = "../store" }
1316

1417
structopt = "0.3"
1518
tokio = { version = "1.18", features = ["macros", "fs", "rt-multi-thread"] }

0 commit comments

Comments
 (0)