| { | ||
| "git": { | ||
| "sha1": "ce4144b2c16fe1422037c93e267e6a52336e0834" | ||
| "sha1": "b625985d852600a3eeb68556811e59e7c9a6a098" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+182
-123
@@ -6,13 +6,37 @@ # This file is automatically @generated by Cargo. | ||
| [[package]] | ||
| name = "async-trait" | ||
| version = "0.1.89" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" | ||
| dependencies = [ | ||
| "proc-macro2", | ||
| "quote", | ||
| "syn", | ||
| ] | ||
| [[package]] | ||
| name = "autocfg" | ||
| version = "1.5.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | ||
| [[package]] | ||
| name = "bumpalo" | ||
| version = "3.17.0" | ||
| version = "3.19.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" | ||
| checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" | ||
| [[package]] | ||
| name = "cast" | ||
| version = "0.3.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" | ||
| [[package]] | ||
| name = "cc" | ||
| version = "1.2.19" | ||
| version = "1.2.52" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362" | ||
| checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3" | ||
| dependencies = [ | ||
| "find-msvc-tools", | ||
| "shlex", | ||
@@ -23,15 +47,21 @@ ] | ||
| name = "cfg-if" | ||
| version = "1.0.0" | ||
| version = "1.0.4" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | ||
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" | ||
| [[package]] | ||
| name = "compiler_builtins" | ||
| version = "0.1.156" | ||
| version = "0.1.160" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "c1ffbd2789fe5bb95b96a2e22cbe3128239dc46ff0374e0d38e9f102062d7055" | ||
| checksum = "6376049cfa92c0aa8b9ac95fae22184b981c658208d4ed8a1dc553cd83612895" | ||
| [[package]] | ||
| name = "find-msvc-tools" | ||
| version = "0.1.7" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41" | ||
| [[package]] | ||
| name = "getrandom" | ||
| version = "0.2.16" | ||
| version = "0.2.17" | ||
| dependencies = [ | ||
@@ -49,6 +79,12 @@ "cfg-if", | ||
| [[package]] | ||
| name = "itoa" | ||
| version = "1.0.17" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" | ||
| [[package]] | ||
| name = "js-sys" | ||
| version = "0.3.77" | ||
| version = "0.3.83" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" | ||
| checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" | ||
| dependencies = [ | ||
@@ -61,5 +97,5 @@ "once_cell", | ||
| name = "libc" | ||
| version = "0.2.172" | ||
| version = "0.2.180" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" | ||
| checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" | ||
| dependencies = [ | ||
@@ -70,12 +106,18 @@ "rustc-std-workspace-core", | ||
| [[package]] | ||
| name = "log" | ||
| version = "0.4.27" | ||
| name = "libm" | ||
| version = "0.2.15" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" | ||
| checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" | ||
| [[package]] | ||
| name = "memchr" | ||
| version = "2.7.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" | ||
| [[package]] | ||
| name = "minicov" | ||
| version = "0.3.7" | ||
| version = "0.3.8" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f27fe9f1cc3c22e1687f9446c2083c4c5fc7f0bcf1c7a86bdbded14985895b4b" | ||
| checksum = "4869b6a491569605d66d3952bcdf03df789e5b536e5f0cf7758a7f08a55ae24d" | ||
| dependencies = [ | ||
@@ -87,2 +129,21 @@ "cc", | ||
| [[package]] | ||
| name = "nu-ansi-term" | ||
| version = "0.50.3" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" | ||
| dependencies = [ | ||
| "windows-sys", | ||
| ] | ||
| [[package]] | ||
| name = "num-traits" | ||
| version = "0.2.19" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" | ||
| dependencies = [ | ||
| "autocfg", | ||
| "libm", | ||
| ] | ||
| [[package]] | ||
| name = "once_cell" | ||
@@ -94,6 +155,12 @@ version = "1.21.3" | ||
| [[package]] | ||
| name = "oorandom" | ||
| version = "11.1.5" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" | ||
| [[package]] | ||
| name = "proc-macro2" | ||
| version = "1.0.95" | ||
| version = "1.0.105" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" | ||
| checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" | ||
| dependencies = [ | ||
@@ -105,5 +172,5 @@ "unicode-ident", | ||
| name = "quote" | ||
| version = "1.0.40" | ||
| version = "1.0.43" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" | ||
| checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" | ||
| dependencies = [ | ||
@@ -126,2 +193,8 @@ "proc-macro2", | ||
| [[package]] | ||
| name = "rustversion" | ||
| version = "1.0.22" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" | ||
| [[package]] | ||
| name = "same-file" | ||
@@ -136,2 +209,45 @@ version = "1.0.6" | ||
| [[package]] | ||
| name = "serde" | ||
| version = "1.0.228" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" | ||
| dependencies = [ | ||
| "serde_core", | ||
| "serde_derive", | ||
| ] | ||
| [[package]] | ||
| name = "serde_core" | ||
| version = "1.0.228" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" | ||
| dependencies = [ | ||
| "serde_derive", | ||
| ] | ||
| [[package]] | ||
| name = "serde_derive" | ||
| version = "1.0.228" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" | ||
| dependencies = [ | ||
| "proc-macro2", | ||
| "quote", | ||
| "syn", | ||
| ] | ||
| [[package]] | ||
| name = "serde_json" | ||
| version = "1.0.149" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" | ||
| dependencies = [ | ||
| "itoa", | ||
| "memchr", | ||
| "serde", | ||
| "serde_core", | ||
| "zmij", | ||
| ] | ||
| [[package]] | ||
| name = "shlex" | ||
@@ -144,5 +260,5 @@ version = "1.3.0" | ||
| name = "syn" | ||
| version = "2.0.100" | ||
| version = "2.0.114" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" | ||
| checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" | ||
| dependencies = [ | ||
@@ -156,5 +272,5 @@ "proc-macro2", | ||
| name = "unicode-ident" | ||
| version = "1.0.18" | ||
| version = "1.0.22" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" | ||
| checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" | ||
@@ -173,7 +289,6 @@ [[package]] | ||
| name = "wasi" | ||
| version = "0.11.0+wasi-snapshot-preview1" | ||
| version = "0.11.1+wasi-snapshot-preview1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | ||
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" | ||
| dependencies = [ | ||
| "compiler_builtins", | ||
| "rustc-std-workspace-alloc", | ||
@@ -185,22 +300,10 @@ "rustc-std-workspace-core", | ||
| name = "wasm-bindgen" | ||
| version = "0.2.100" | ||
| version = "0.2.106" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" | ||
| checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" | ||
| dependencies = [ | ||
| "cfg-if", | ||
| "once_cell", | ||
| "rustversion", | ||
| "wasm-bindgen-macro", | ||
| ] | ||
| [[package]] | ||
| name = "wasm-bindgen-backend" | ||
| version = "0.2.100" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" | ||
| dependencies = [ | ||
| "bumpalo", | ||
| "log", | ||
| "proc-macro2", | ||
| "quote", | ||
| "syn", | ||
| "wasm-bindgen-shared", | ||
@@ -211,5 +314,5 @@ ] | ||
| name = "wasm-bindgen-futures" | ||
| version = "0.4.50" | ||
| version = "0.4.56" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" | ||
| checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" | ||
| dependencies = [ | ||
@@ -225,5 +328,5 @@ "cfg-if", | ||
| name = "wasm-bindgen-macro" | ||
| version = "0.2.100" | ||
| version = "0.2.106" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" | ||
| checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" | ||
| dependencies = [ | ||
@@ -236,10 +339,10 @@ "quote", | ||
| name = "wasm-bindgen-macro-support" | ||
| version = "0.2.100" | ||
| version = "0.2.106" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" | ||
| checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" | ||
| dependencies = [ | ||
| "bumpalo", | ||
| "proc-macro2", | ||
| "quote", | ||
| "syn", | ||
| "wasm-bindgen-backend", | ||
| "wasm-bindgen-shared", | ||
@@ -250,5 +353,5 @@ ] | ||
| name = "wasm-bindgen-shared" | ||
| version = "0.2.100" | ||
| version = "0.2.106" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" | ||
| checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" | ||
| dependencies = [ | ||
@@ -260,8 +363,16 @@ "unicode-ident", | ||
| name = "wasm-bindgen-test" | ||
| version = "0.3.50" | ||
| version = "0.3.56" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "66c8d5e33ca3b6d9fa3b4676d774c5778031d27a578c2b007f905acf816152c3" | ||
| checksum = "25e90e66d265d3a1efc0e72a54809ab90b9c0c515915c67cdf658689d2c22c6c" | ||
| dependencies = [ | ||
| "async-trait", | ||
| "cast", | ||
| "js-sys", | ||
| "libm", | ||
| "minicov", | ||
| "nu-ansi-term", | ||
| "num-traits", | ||
| "oorandom", | ||
| "serde", | ||
| "serde_json", | ||
| "wasm-bindgen", | ||
@@ -274,5 +385,5 @@ "wasm-bindgen-futures", | ||
| name = "wasm-bindgen-test-macro" | ||
| version = "0.3.50" | ||
| version = "0.3.56" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "17d5042cc5fa009658f9a7333ef24291b1291a25b6382dd68862a7f3b969f69b" | ||
| checksum = "7150335716dce6028bead2b848e72f47b45e7b9422f64cccdc23bedca89affc1" | ||
| dependencies = [ | ||
@@ -286,5 +397,5 @@ "proc-macro2", | ||
| name = "web-sys" | ||
| version = "0.3.77" | ||
| version = "0.3.83" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" | ||
| checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" | ||
| dependencies = [ | ||
@@ -297,5 +408,5 @@ "js-sys", | ||
| name = "winapi-util" | ||
| version = "0.1.9" | ||
| version = "0.1.11" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" | ||
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" | ||
| dependencies = [ | ||
@@ -306,72 +417,20 @@ "windows-sys", | ||
| [[package]] | ||
| name = "windows-sys" | ||
| version = "0.59.0" | ||
| name = "windows-link" | ||
| version = "0.2.1" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" | ||
| dependencies = [ | ||
| "windows-targets", | ||
| ] | ||
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" | ||
| [[package]] | ||
| name = "windows-targets" | ||
| version = "0.52.6" | ||
| name = "windows-sys" | ||
| version = "0.61.2" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | ||
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" | ||
| dependencies = [ | ||
| "windows_aarch64_gnullvm", | ||
| "windows_aarch64_msvc", | ||
| "windows_i686_gnu", | ||
| "windows_i686_gnullvm", | ||
| "windows_i686_msvc", | ||
| "windows_x86_64_gnu", | ||
| "windows_x86_64_gnullvm", | ||
| "windows_x86_64_msvc", | ||
| "windows-link", | ||
| ] | ||
| [[package]] | ||
| name = "windows_aarch64_gnullvm" | ||
| version = "0.52.6" | ||
| name = "zmij" | ||
| version = "1.0.12" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | ||
| [[package]] | ||
| name = "windows_aarch64_msvc" | ||
| version = "0.52.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | ||
| [[package]] | ||
| name = "windows_i686_gnu" | ||
| version = "0.52.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | ||
| [[package]] | ||
| name = "windows_i686_gnullvm" | ||
| version = "0.52.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | ||
| [[package]] | ||
| name = "windows_i686_msvc" | ||
| version = "0.52.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | ||
| [[package]] | ||
| name = "windows_x86_64_gnu" | ||
| version = "0.52.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | ||
| [[package]] | ||
| name = "windows_x86_64_gnullvm" | ||
| version = "0.52.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | ||
| [[package]] | ||
| name = "windows_x86_64_msvc" | ||
| version = "0.52.6" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" | ||
| checksum = "2fc5a66a20078bf1251bde995aa2fdcc4b800c70b5d92dd2c62abc5c60f679f8" |
+11
-11
@@ -15,3 +15,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "getrandom" | ||
| version = "0.2.16" | ||
| version = "0.2.17" | ||
| authors = ["The Rand Project Developers"] | ||
@@ -35,2 +35,12 @@ build = false | ||
| [package.metadata.docs.rs] | ||
| features = [ | ||
| "std", | ||
| "custom", | ||
| ] | ||
| rustdoc-args = [ | ||
| "--cfg", | ||
| "docsrs", | ||
| ] | ||
| [package.metadata.cross.target.x86_64-unknown-netbsd] | ||
@@ -46,12 +56,2 @@ pre-build = [ | ||
| [package.metadata.docs.rs] | ||
| features = [ | ||
| "std", | ||
| "custom", | ||
| ] | ||
| rustdoc-args = [ | ||
| "--cfg", | ||
| "docsrs", | ||
| ] | ||
| [features] | ||
@@ -58,0 +58,0 @@ custom = [] |
+10
-0
@@ -7,2 +7,11 @@ # Changelog | ||
| ## [0.2.17] - 2026-01-12 | ||
| ### Fixed | ||
| - Use `doc_cfg` instead of `doc_auto_cfg` (partial backport of [#732]) [#768] | ||
| - `BCryptGenRandom` signature [#778] | ||
| [#732]: https://github.com/rust-random/getrandom/pull/732 | ||
| [#768]: https://github.com/rust-random/getrandom/pull/768 | ||
| [#778]: https://github.com/rust-random/getrandom/pull/778 | ||
| ## [0.2.16] - 2025-04-22 | ||
@@ -465,2 +474,3 @@ ### Added | ||
| [0.2.17]: https://github.com/rust-random/getrandom/compare/v0.2.16...v0.2.17 | ||
| [0.2.16]: https://github.com/rust-random/getrandom/compare/v0.2.15...v0.2.16 | ||
@@ -467,0 +477,0 @@ [0.2.15]: https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15 |
+2
-2
@@ -207,7 +207,7 @@ //! Interface to the operating system's random number generator. | ||
| html_favicon_url = "https://www.rust-lang.org/favicon.ico", | ||
| html_root_url = "https://docs.rs/getrandom/0.2.16" | ||
| html_root_url = "https://docs.rs/getrandom/0.2.17" | ||
| )] | ||
| #![no_std] | ||
| #![warn(rust_2018_idioms, unused_lifetimes, missing_docs)] | ||
| #![cfg_attr(docsrs, feature(doc_auto_cfg))] | ||
| #![cfg_attr(docsrs, feature(doc_cfg))] | ||
@@ -214,0 +214,0 @@ #[macro_use] |
+2
-1
@@ -14,3 +14,3 @@ //! Implementation for Windows | ||
| dwFlags: u32, | ||
| ) -> u32; | ||
| ) -> i32; | ||
| } | ||
@@ -38,2 +38,3 @@ | ||
| }; | ||
| let ret = ret as u32; | ||
| // NTSTATUS codes use the two highest bits for severity status. | ||
@@ -40,0 +41,0 @@ if ret >> 30 == 0b11 { |
Sorry, the diff of this file is not supported yet