Skip to content

Commit

Permalink
Merge pull request #296 from nim65s/main
Browse files Browse the repository at this point in the history
serde: enable no-std support
  • Loading branch information
KodrAus committed Jan 31, 2023
2 parents 5b36ce5 + b860c5c commit 3cd7a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -19,7 +19,7 @@ A macro to generate structures which behave like bitflags.
exclude = ["tests", ".github"]

[dependencies]
serde = { version = "1.0", optional = true }
serde = { version = "1.0", optional = true, default-features = false }
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
compiler_builtins = { version = "0.1.2", optional = true }

Expand Down

0 comments on commit 3cd7a61

Please sign in to comment.