Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit b45dd99

Browse files
committed
build: ⬆️ update rustle_cli to 0.1.0
1 parent aad02c6 commit b45dd99

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustle_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustle_cli"
3-
version = "0.0.2-alpha"
3+
version = "0.1.0"
44
authors = ["pintariching", "qwertydelle", "linrium", "iceghost", "linh-1", "TheMixu"]
55
license = "MIT"
66
description = "The CLI for the Svelte compiler, rewritten in Rust."
@@ -13,7 +13,7 @@ edition = "2021"
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
rustle = "0.0.1-alpha"
16+
rustle = "0.0.2-alpha"
1717
console = "0.15.2"
1818
clap = { version = "4.0.18", features = ["derive"] }
1919
serde_json = "1.0.87"

0 commit comments

Comments
 (0)