Skip to content

Commit 2481d73

Browse files
committed
chore: Bump crates
1 parent 17915d9 commit 2481d73

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

CHANGELOG.md

-3
Original file line numberDiff line numberDiff line change
@@ -1353,9 +1353,6 @@
13531353

13541354

13551355

1356-
- **(css/compat)** Support stable rust ([#8386](https://github.com/swc-project/swc/issues/8386)) ([bc1e328](https://github.com/swc-project/swc/commit/bc1e32829deb4ebe91ebea5ce08b5c6bc95292a3))
1357-
1358-
13591356
- **(css/lints)** Support stable rust ([#8384](https://github.com/swc-project/swc/issues/8384)) ([19d1d01](https://github.com/swc-project/swc/commit/19d1d013b2e0567a301bd7593db6e16b713e7490))
13601357

13611358

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
name = "swc_core"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.96.4"
9+
version = "0.96.5"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",

crates/swc_error_reporters/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
name = "swc_error_reporters"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.18.0"
9+
version = "0.18.1"
1010

1111
[lib]
1212
bench = false

0 commit comments

Comments
 (0)