Skip to content

Commit

Permalink
fix serde no-std issue (#347)
Browse files Browse the repository at this point in the history
* fix serde no-std issue

* switch readme back to symlink
  • Loading branch information
dragazo authored Dec 11, 2023
1 parent 9f88410 commit 302c595
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 163 deletions.
161 changes: 0 additions & 161 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
2 changes: 1 addition & 1 deletion compact_str/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ markup = { version = "0.13", optional = true, default-features = false }
proptest = { version = "1", optional = true, default-features = false, features = ["std"] }
quickcheck = { version = "1", optional = true, default-features = false }
rkyv = { version = "0.7", optional = true, default-features = false, features = ["size_32"] }
serde = { version = "1", optional = true }
serde = { version = "1", optional = true, default-features = false, features = ["derive", "alloc"] }
smallvec = { version = "1", optional = true, features = ["union"] }
sqlx = { version = "0.7", optional = true, default-features = false }

Expand Down
1 change: 0 additions & 1 deletion compact_str/README.md

This file was deleted.

Loading

0 comments on commit 302c595

Please sign in to comment.