diff options
Diffstat (limited to 'lockfile/Cargo.toml')
-rw-r--r-- | lockfile/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lockfile/Cargo.toml b/lockfile/Cargo.toml index 4a793fde0..5d4712e8a 100644 --- a/lockfile/Cargo.toml +++ b/lockfile/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_lockfile" -version = "0.10.0" +version = "0.11.0" edition = "2021" license = "MIT" description = "An implementation of a lockfile used in Deno" |