mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
fix: don't default enable global instance
This commit is contained in:
parent
3e434e3103
commit
0c5fb282f6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ lazy_static = { version = "1.4", optional = true }
|
|||
tonic-build = "0.9"
|
||||
|
||||
[features]
|
||||
default = ["proto", "global"]
|
||||
default = ["proto"]
|
||||
proto = ["dep:prost"]
|
||||
global = ["dep:lazy_static"]
|
||||
sync = []
|
||||
|
|
Loading…
Reference in a new issue