ruma: Re-export js feature from ruma-common

This commit is contained in:
Jonas Platte 2022-04-29 11:50:35 +02:00
parent 16896f7487
commit ae9de5bebd
No known key found for this signature in database
GPG Key ID: BBA95679259D342F
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# [unreleased]
Improvements:
* Re-export `ruma-common`s `js` Cargo feature
# 0.6.0
Please refer to the changelogs of:

View File

@ -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",