chore: Bump crates

This commit is contained in:
SWC Bot 2024-06-21 08:51:36 +00:00
parent e423d1bced
commit 568b3b37a5
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Features
- **(common)** Add fallible methods to `swc_common::SourceMap` ([#9090](https://github.com/swc-project/swc/issues/9090)) ([e423d1b](https://github.com/swc-project/swc/commit/e423d1bcedc24803eaeeed4c72cc84fe9a938f65))
## [1.6.3] - 2024-06-19
### Bug Fixes

2
Cargo.lock generated
View File

@ -3856,7 +3856,7 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.34.2"
version = "0.34.3"
dependencies = [
"ahash 0.8.8",
"anyhow",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.34.2"
version = "0.34.3"
[package.metadata.docs.rs]
all-features = true