You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cargo.toml in moment module has [dependencies] chrono = "=0.4.8"
It causes conflicts with others using 0.4.11
such as
error: failed to select a version for chrono.
... required by package rustling-ontology-moment v0.19.3 (https://github.com/snipsco/rustling-ontology?tag=0.19.3#3bb1313d)
... which is depended on by rustling-ontology v0.19.3 (https://github.com/snipsco/rustling-ontology?tag=0.19.3#3bb1313d)
... which is depended on by snips-nlu-parsers v0.4.3 (https://github.com/snipsco/snips-nlu-parsers?tag=0.4.3#8cfdae50)
... which is depended on by snips-nlu-lib v0.65.6 (https://github.com/snipsco/snips-nlu-rs#88a047aa)
... which is depended on by terminal_alpha_beta v0.1.0 (/home/zireael9797/Storage/WebDev/rust/terminal_alpha_beta)
versions that meet the requirements = 0.4.8 are: 0.4.8
all possible versions conflict with previously selected packages.
previously selected package chrono v0.4.11
... which is depended on by discord v0.8.0 (https://github.com/SpaceManiac/discord-rs#767a930b)
... which is depended on by terminal_alpha_beta v0.1.0 (/home/zireael9797/Storage/WebDev/rust/terminal_alpha_beta)
failed to select a version for chrono which could resolve this conflict
The text was updated successfully, but these errors were encountered:
Cargo.toml in moment module has
[dependencies] chrono = "=0.4.8"
It causes conflicts with others using 0.4.11
such as
error: failed to select a version for
chrono
.... required by package
rustling-ontology-moment v0.19.3 (https://github.com/snipsco/rustling-ontology?tag=0.19.3#3bb1313d)
... which is depended on by
rustling-ontology v0.19.3 (https://github.com/snipsco/rustling-ontology?tag=0.19.3#3bb1313d)
... which is depended on by
snips-nlu-parsers v0.4.3 (https://github.com/snipsco/snips-nlu-parsers?tag=0.4.3#8cfdae50)
... which is depended on by
snips-nlu-lib v0.65.6 (https://github.com/snipsco/snips-nlu-rs#88a047aa)
... which is depended on by
terminal_alpha_beta v0.1.0 (/home/zireael9797/Storage/WebDev/rust/terminal_alpha_beta)
versions that meet the requirements
= 0.4.8
are: 0.4.8all possible versions conflict with previously selected packages.
previously selected package
chrono v0.4.11
... which is depended on by
discord v0.8.0 (https://github.com/SpaceManiac/discord-rs#767a930b)
... which is depended on by
terminal_alpha_beta v0.1.0 (/home/zireael9797/Storage/WebDev/rust/terminal_alpha_beta)
failed to select a version for
chrono
which could resolve this conflictThe text was updated successfully, but these errors were encountered: