Skip to content

Commit f132676

Browse files
committed
Use mobilecoinofficial/serde_cbor fork
1 parent 2f4dda3 commit f132676

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,8 @@ console = { git = "https://github.com/mitsuhiko/console", rev = "1307823" }
116116

117117
# Override lmdb-rkv for a necessary bugfix (see https://github.com/mozilla/lmdb-rs/pull/80)
118118
lmdb-rkv = { git = "https://github.com/mozilla/lmdb-rs", rev = "df1c2f5" }
119+
120+
# Fixes the following:
121+
# * Allow enabling `serde/std` without also requiring `serde_cbor/std` to be enabled.
122+
# See: https://github.com/pyfisch/cbor/pull/198
123+
serde_cbor = { git = "https://github.com/mobilecoinofficial/cbor", rev = "4c886a7c1d523aae1ec4aa7386f402cb2f4341b5" }

consensus/enclave/trusted/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

consensus/enclave/trusted/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,9 @@ overflow-checks = false
6464
prost = { git = "https://github.com/danburkert/prost", rev = "6113789f70b69709820becba4242824b4fb3ffec" }
6565
prost-derive = { git = "https://github.com/danburkert/prost", rev = "6113789f70b69709820becba4242824b4fb3ffec" }
6666

67+
# Fixes the following:
68+
# * Allow enabling `serde/std` without also requiring `serde_cbor/std` to be enabled.
69+
# See: https://github.com/pyfisch/cbor/pull/198
70+
serde_cbor = { git = "https://github.com/mobilecoinofficial/cbor", rev = "4c886a7c1d523aae1ec4aa7386f402cb2f4341b5" }
71+
6772
[workspace]

0 commit comments

Comments
 (0)