Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Oct 31, 2023
1 parent c74bc5d commit 1902a2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "deno_config"
description = "Config file implementation for the Deno CLI"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["the Deno authors"]
license = "MIT"
Expand All @@ -18,4 +18,4 @@ percent-encoding = "2.3.0"
pretty_assertions = "1.4.0"
serde = { version = "1.0.149", features = ["derive"] }
serde_json = "1.0.85"
url = { version = "2.3.1"}
url = { version = "2.3.1" }

0 comments on commit 1902a2e

Please sign in to comment.