Skip to content

Commit 81358df

Browse files
authored
upgrade bcr-common to 0.5.0 (#698)
1 parent ca7d2cd commit 81358df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Fix an edge case for request to recourse if the payer == holder - they should not have past endorsees and if the payer is a contingent holder, they should not show up in past endorsees
55
* Fix TS types for urls
66
* Fix `restore from seed` where the Nostr client wasn't connected properly
7+
* Upgrade `bcr-common` to 0.5.0
78

89
# 0.4.11
910

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bcr-ebill-core = { path = "./crates/bcr-ebill-core" }
6262
bcr-ebill-api = { path = "./crates/bcr-ebill-api" }
6363
bcr-ebill-persistence = { path = "./crates/bcr-ebill-persistence" }
6464
bcr-ebill-transport = { path = "./crates/bcr-ebill-transport" }
65-
bcr-common = { git = "https://github.com/BitcreditProtocol/bcr-common", tag = "v0.4.0" }
65+
bcr-common = { git = "https://github.com/BitcreditProtocol/bcr-common", tag = "v0.5.0" }
6666
surrealdb = { version = "2.3", default-features = false }
6767
strum = { version = "0.27", features = ["derive"] }
6868
url = { version = "2.5" }

0 commit comments

Comments
 (0)