Skip to content

Commit

Permalink
make prost-types no-std aware
Browse files Browse the repository at this point in the history
  • Loading branch information
cynecx committed Dec 7, 2024
1 parent d34a05f commit 1b072d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-types/src/serde.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use core::fmt;

use prost::alloc::collections::BTreeMap;
use prost::alloc::{borrow::ToOwned, collections::BTreeMap, format, string::String, vec, vec::Vec};
use prost::serde::{
de::{CustomDeserialize, DesWithConfig},
private::{self, DeserializeEnum, _serde},
Expand Down

0 comments on commit 1b072d9

Please sign in to comment.