@@ -3,11 +3,11 @@ name = "tikv-jemallocator"
33# Make sure to update the version in the README as well:
44version = " 0.6.0"
55authors = [
6- " Alex Crichton <[email protected] >" ,
7- " Gonzalo Brito Gadeschi <[email protected] >" ,
8- " Simon Sapin <[email protected] >" ,
9- " Steven Fackler <[email protected] >" ,
10- " The TiKV Project Developers" ,
6+ " Alex Crichton <[email protected] >" ,
7+ " Gonzalo Brito Gadeschi <[email protected] >" ,
8+ " Simon Sapin <[email protected] >" ,
9+ " Steven Fackler <[email protected] >" ,
10+ " The TiKV Project Developers" ,
1111]
1212license = " MIT/Apache-2.0"
1313readme = " README.md"
@@ -51,11 +51,11 @@ profiling = ["tikv-jemalloc-sys/profiling"]
5151debug = [" tikv-jemalloc-sys/debug" ]
5252stats = [" tikv-jemalloc-sys/stats" ]
5353background_threads_runtime_support = [
54- " tikv-jemalloc-sys/background_threads_runtime_support" ,
54+ " tikv-jemalloc-sys/background_threads_runtime_support" ,
5555]
5656background_threads = [" tikv-jemalloc-sys/background_threads" ]
5757unprefixed_malloc_on_supported_platforms = [
58- " tikv-jemalloc-sys/unprefixed_malloc_on_supported_platforms" ,
58+ " tikv-jemalloc-sys/unprefixed_malloc_on_supported_platforms" ,
5959]
6060disable_initial_exec_tls = [" tikv-jemalloc-sys/disable_initial_exec_tls" ]
6161disable_cache_oblivious = [" tikv-jemalloc-sys/disable_cache_oblivious" ]
0 commit comments