File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " ghash"
3- version = " 0.4.4 " # Also update html_root_url in lib.rs when bumping this
3+ version = " 0.5.0-pre " # Also update html_root_url in lib.rs when bumping this
44authors = [" RustCrypto Developers" ]
55license = " Apache-2.0 OR MIT"
66description = """
@@ -17,7 +17,7 @@ edition = "2021"
1717
1818[dependencies ]
1919opaque-debug = " 0.3"
20- polyval = { version = " 0.5.1 " , path = " ../polyval" }
20+ polyval = { version = " =0.6.0-pre " , path = " ../polyval" }
2121
2222# optional dependencies
2323zeroize = { version = " 1" , optional = true , default-features = false }
Original file line number Diff line number Diff line change 2525#![ no_std]
2626#![ doc(
2727 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
28- html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
29- html_root_url = "https://docs.rs/ghash/0.4.3"
28+ html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg"
3029) ]
3130#![ warn( missing_docs, rust_2018_idioms) ]
3231
Original file line number Diff line number Diff line change 11[package ]
22name = " poly1305"
3- version = " 0.7.2 " # Also update html_root_url in lib.rs when bumping this
3+ version = " 0.8.0-pre " # Also update html_root_url in lib.rs when bumping this
44authors = [" RustCrypto Developers" ]
55license = " Apache-2.0 OR MIT"
66description = " The Poly1305 universal hash function and message authentication code"
@@ -14,17 +14,12 @@ edition = "2021"
1414
1515[dependencies ]
1616opaque-debug = " 0.3"
17- # universal-hash = { version = "0.5", default-features = false }
17+ universal-hash = { version = " = 0.5.0-pre " , default-features = false }
1818zeroize = { version = " 1" , optional = true , default-features = false }
1919
2020[target .'cfg(any(target_arch = "x86_64", target_arch = "x86"))' .dependencies ]
2121cpufeatures = " 0.2"
2222
23- [dependencies .universal-hash ]
24- git = " https://github.com/RustCrypto/traits"
25- rev = " 74ce6e7a9ab1243f574b6c37e747a6e54c01f376"
26- default-features = false
27-
2823[dev-dependencies ]
2924hex-literal = " 0.3"
3025
Original file line number Diff line number Diff line change 4444#![ no_std]
4545#![ doc(
4646 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
47- html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
48- html_root_url = "https://docs.rs/poly1305/0.7.1"
47+ html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg"
4948) ]
5049#![ warn( missing_docs, rust_2018_idioms) ]
5150
Original file line number Diff line number Diff line change 11[package ]
22name = " polyval"
3- version = " 0.5.3 " # Also update html_root_url in lib.rs when bumping this
3+ version = " 0.6.0-pre " # Also update html_root_url in lib.rs when bumping this
44authors = [" RustCrypto Developers" ]
55license = " Apache-2.0 OR MIT"
66description = """
@@ -18,23 +18,18 @@ edition = "2021"
1818[dependencies ]
1919cfg-if = " 1"
2020opaque-debug = " 0.3"
21- # universal-hash = { version = "0.5", default-features = false }
21+ universal-hash = { version = " = 0.5.0-pre " , default-features = false }
2222zeroize = { version = " 1" , optional = true , default-features = false }
2323
2424[target .'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))' .dependencies ]
2525cpufeatures = " 0.2"
2626
27- [dependencies .universal-hash ]
28- git = " https://github.com/RustCrypto/traits"
29- rev = " 74ce6e7a9ab1243f574b6c37e747a6e54c01f376"
30- default-features = false
31-
3227[dev-dependencies ]
3328hex-literal = " 0.3"
3429
3530[features ]
36- std = [" universal-hash/std" ]
37- armv8 = [] # Enable nightly-only ARMv8 intrinsics support
31+ std = [" universal-hash/std" ]
32+ armv8 = [] # Enable nightly-only ARMv8 intrinsics support
3833force-soft = [] # Disable support for hardware intrinsics
3934
4035[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 7878#![ cfg_attr( all( feature = "armv8" , target_arch = "aarch64" ) , feature( stdsimd) ) ]
7979#![ doc(
8080 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
81- html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
82- html_root_url = "https://docs.rs/polyval/0.5.3"
81+ html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg"
8382) ]
8483#![ warn( missing_docs, rust_2018_idioms) ]
8584
You can’t perform that action at this time.
0 commit comments