summaryrefslogtreecommitdiff
path: root/lockfile
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2023-02-25 12:37:46 +0900
committerGitHub <noreply@github.com>2023-02-24 22:37:46 -0500
commit3cd24fa8d0e1e88f8292180fe564990b22b01a30 (patch)
tree5585c9e394acf51dc27a85c4d52af85fa4b8ed9a /lockfile
parentb5b331e31ab1c46b70225d09d62703692985255a (diff)
chore: forward v1.31.1 release commit to main (#17939)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'lockfile')
-rw-r--r--lockfile/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockfile/Cargo.toml b/lockfile/Cargo.toml
index 5af1de5fb..a73cea20b 100644
--- a/lockfile/Cargo.toml
+++ b/lockfile/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_lockfile"
-version = "0.6.0"
+version = "0.7.0"
edition = "2021"
license = "MIT"
description = "An implementation of a lockfile used in Deno"