Skip to content

Commit cc37d74

Browse files
committed
build: bump eventsourcingdb
1 parent 389dd98 commit cc37d74

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eventsourcingdb-es"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["daniel-mader"]
55
description = "An EventSourcingDB implementation of the cqrs-es event store."
66
edition = "2024"
@@ -11,7 +11,7 @@ keywords = ["cqrs", "event-sourcing", "eventsourcingdb", "cqrs-es"]
1111
[dependencies]
1212
cqrs-es = "0.5.0"
1313
dashmap = "6.2"
14-
eventsourcingdb = "1.1.0"
14+
eventsourcingdb = "2.0.1"
1515
futures = "0.3"
1616
regex = "1.12"
1717
serde_json = "1.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the following to your `Cargo.toml`:
1414
```toml
1515
[dependencies]
1616
cqrs-es = "0.5.0"
17-
eventsourcingdb-es = "0.1.0"
17+
eventsourcingdb-es = "0.2.0"
1818
```
1919

2020
---

0 commit comments

Comments
 (0)