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