feat: add discoverability and analytics flags (#130)

This commit is contained in:
Paul Makles
2022-01-03 13:12:13 +00:00
committed by GitHub
parent 03ca611553
commit 139e704746
10 changed files with 36 additions and 10 deletions

4
Cargo.lock generated
View File

@@ -2852,7 +2852,7 @@ dependencies = [
[[package]]
name = "rmp"
version = "0.8.10"
source = "git+https://github.com/3Hren/msgpack-rust?rev=5bf2c24203ad422233cf35b7b7bfad9f7e811814#5bf2c24203ad422233cf35b7b7bfad9f7e811814"
source = "git+https://github.com/insertish/msgpack-rust?rev=5bf2c24203ad422233cf35b7b7bfad9f7e811814#5bf2c24203ad422233cf35b7b7bfad9f7e811814"
dependencies = [
"byteorder",
"num-traits",
@@ -2861,7 +2861,7 @@ dependencies = [
[[package]]
name = "rmp-serde"
version = "0.15.5"
source = "git+https://github.com/3Hren/msgpack-rust?rev=5bf2c24203ad422233cf35b7b7bfad9f7e811814#5bf2c24203ad422233cf35b7b7bfad9f7e811814"
source = "git+https://github.com/insertish/msgpack-rust?rev=5bf2c24203ad422233cf35b7b7bfad9f7e811814#5bf2c24203ad422233cf35b7b7bfad9f7e811814"
dependencies = [
"byteorder",
"rmp",