mirror of
https://github.com/sagiegurari/duckscript
synced 2024-11-02 20:49:30 +00:00
Update cfg-if requirement from ^0.1 to ^1.0
Updates the requirements on [cfg-if](https://github.com/alexcrichton/cfg-if) to permit the latest version. - [Release notes](https://github.com/alexcrichton/cfg-if/releases) - [Commits](https://github.com/alexcrichton/cfg-if/compare/0.1.1...1.0.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c20ed30769
commit
fec97eb31c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ include = [
|
|||
[dependencies]
|
||||
attohttpc = "^0.15"
|
||||
base64 = "^0.13"
|
||||
cfg-if = "^0.1"
|
||||
cfg-if = "^1.0"
|
||||
duckscript = { version = "^0.5.1", path = "../duckscript" }
|
||||
fs_extra = "^1"
|
||||
fsio = { version = "^0.1.3", features = ["temp-path"] }
|
||||
|
|
Loading…
Reference in a new issue