jid: Make the crate no_std

Only std::error::Error is missing in this mode, but that’s only waiting
for its stabilisation, see this issue:
https://github.com/rust-lang/rust/issues/103765
This commit is contained in:
Emmanuel Gil Peyrot 2024-04-25 21:18:39 +02:00 • committed by pep
commit 48f77acb69
4 changed files with 35 additions and 17 deletions

View file

@ -32,4 +32,6 @@ serde_test = "1"
jid = { path = ".", features = [ "serde" ] }
[features]
default = ["std"]
std = []
quote = ["dep:quote", "dep:proc-macro2"]