fix(ci): update tauri-driver's Cargo.lock file on version bump (#7915)

This commit is contained in:
Lucas Fernandes Nogueira 2023-09-28 15:29:53 -03:00 committed by GitHub
parent 0af553da72
commit c001a91d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -271,7 +271,8 @@
},
"tauri-driver": {
"path": "./tooling/webdriver",
"manager": "rust"
"manager": "rust",
"postversion": "cargo check"
}
}
}

View File

@ -421,7 +421,7 @@ dependencies = [
[[package]]
name = "tauri-driver"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"anyhow",
"futures",