ruma: Re-export js feature from ruma-common
This commit is contained in:
parent
16896f7487
commit
ae9de5bebd
@ -1,5 +1,9 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
|
||||||
|
* Re-export `ruma-common`s `js` Cargo feature
|
||||||
|
|
||||||
# 0.6.0
|
# 0.6.0
|
||||||
|
|
||||||
Please refer to the changelogs of:
|
Please refer to the changelogs of:
|
||||||
|
@ -53,11 +53,14 @@ push-gateway-api-c = ["api", "ruma-push-gateway-api/client"]
|
|||||||
push-gateway-api-s = ["api", "ruma-push-gateway-api/server"]
|
push-gateway-api-s = ["api", "ruma-push-gateway-api/server"]
|
||||||
push-gateway-api = ["push-gateway-api-c", "push-gateway-api-s"]
|
push-gateway-api = ["push-gateway-api-c", "push-gateway-api-s"]
|
||||||
|
|
||||||
|
# Required for randomness, current system time in browser environments
|
||||||
|
js = ["ruma-common/js"]
|
||||||
|
|
||||||
# Convenience features
|
# Convenience features
|
||||||
rand = ["ruma-common/rand"]
|
rand = ["ruma-common/rand"]
|
||||||
markdown = ["ruma-common/markdown"]
|
markdown = ["ruma-common/markdown"]
|
||||||
|
|
||||||
# Everything except compat and unstable features
|
# Everything except compat, js and unstable features
|
||||||
full = [
|
full = [
|
||||||
"api",
|
"api",
|
||||||
"client",
|
"client",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user