File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "curve25519-dalek"
55# - update html_root_url
66# - update README if required by semver
77# - if README was updated, also update module documentation in src/lib.rs
8- version = " 4.0.0-pre.4 "
8+ version = " 4.0.0-pre.5 "
99edition = " 2021"
1010rust-version = " 1.56.1"
1111authors = [
" Isis Lovecruft <[email protected] >" ,
@@ -28,8 +28,8 @@ exclude = [
2828rustdoc-args = [
2929 " --html-in-header" , " docs/assets/rustdoc-include-katex-header.html" ,
3030 " --cfg" , " docsrs" ,
31- ' --cfg=curve25519_dalek_backend="simd"' ,
3231]
32+ rustc-args = [" --cfg" , " curve25519_dalek_backend=\" simd\" " ]
3333features = [" serde" , " rand_core" , " digest" ]
3434
3535[badges ]
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ curve25519-dalek = "3"
4343To use the latest prerelease (see changes [ below] ( #breaking-changes-in-400 ) ),
4444use the following line in your project's ` Cargo.toml ` :
4545``` toml
46- curve25519-dalek = " 4.0.0-pre.4 "
46+ curve25519-dalek = " 4.0.0-pre.5 "
4747```
4848
4949## Feature Flags
Original file line number Diff line number Diff line change 2020#![ doc(
2121 html_logo_url = "https://cdn.jsdelivr.net/gh/dalek-cryptography/curve25519-dalek/docs/assets/dalek-logo-clear.png"
2222) ]
23- #![ doc( html_root_url = "https://docs.rs/curve25519-dalek/4.0.0-pre.2 " ) ]
23+ #![ doc( html_root_url = "https://docs.rs/curve25519-dalek/4.0.0-pre.5 " ) ]
2424#![ doc = include_str ! ( "../README.md" ) ]
2525
2626//------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments