Skip to content

Commit ecfa93b

Browse files
Add alloc feature to base64
Summary: This comes as part of https://github.com/project-oak/oak/blob/059354ec30611756aafb923b325fadc56185a2f2/bazel/crates/oak_crates.bzl#L47, but `base64` seems like a pretty core crate, so let's make sure CI signals pass before landing Reviewed By: dtolnay Differential Revision: D76646019 fbshipit-source-id: 1044e91b90607aff9db3df279b957700bef4a158
1 parent bf78016 commit ecfa93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third-party/thrift/src/thrift/lib/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish = false
1212
[dependencies]
1313
anyhow = "1.0.95"
1414
async-trait = "0.1.86"
15-
base64 = "0.22.1"
15+
base64 = { version = "0.22.1", features = ["alloc"] }
1616
bufsize = "1.0.8"
1717
bytes = { version = "1.9.0", features = ["serde"] }
1818
futures = { version = "0.3.30", features = ["async-await", "compat"] }

0 commit comments

Comments
 (0)