Skip to content

Commit

Permalink
Go figure
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Mar 19, 2021
1 parent c958cf1 commit fd75b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/jedisct1/rust-siphash"
homepage = "https://docs.rs/siphasher"
documentation = "https://docs.rs/siphasher"
readme = "README.md"
version = "0.3.4"
version = "0.3.5"
categories = ["algorithms", "cryptography"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mod tests;
#[cfg(test)]
mod tests128;

#[cfg(feature = "serde")]
#[cfg(any(feature = "serde", feature = "serde_std", feature = "serde_no_std"))]
pub mod reexports {
pub use serde;
}

0 comments on commit fd75b16

Please sign in to comment.