build(docs.rs): properly specify no default features
This commit is contained in:
parent
284d644f99
commit
ceb5a6d6ea
|
@ -38,4 +38,5 @@ d3d = ["windows"]
|
|||
docsrs = ["blake3/pure"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["docsrs"]
|
||||
features = ["docsrs"]
|
||||
no-default-features = true
|
||||
|
|
|
@ -39,5 +39,5 @@ optional = true
|
|||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu"]
|
||||
default-features = false
|
||||
no-default-features = true
|
||||
features = ["runtime-all", "librashader/docsrs"]
|
|
@ -60,5 +60,5 @@ docsrs = ["librashader-cache/docsrs"]
|
|||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu"]
|
||||
default-features = false
|
||||
no-default-features = true
|
||||
features = [ "librashader-cache/docsrs" ]
|
||||
|
|
Loading…
Reference in a new issue