mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-16 12:12:07 +00:00
update Cargo.lock too (#35)
I'm still getting the hang of this thing... --------- Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
03f83dd692
commit
3e8a70b817
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -202,7 +202,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "testscript-rs"
|
name = "testscript-rs"
|
||||||
version = "0.1.0"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "testscript-rs"
|
name = "testscript-rs"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Jason Hall"]
|
authors = ["Jason Hall"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue