Skip to content

Commit f8084c5

Browse files
authored
Merge pull request #14 from farm-fe/chore/update-sourcemap-version
chore: bump sourcemap version
2 parents 9fcf099 + 4139598 commit f8084c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

crates/enhanced-magic-string/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
edition = "2021"
33
name = "enhanced-magic-string"
4-
version = "0.0.15"
4+
version = "0.1.0"
55
description = "Rust based magic-string implementation with sourcemap chains support"
66
authors = ["brightwu(吴明亮) <1521488775@qq.com>"]
77
license = "MIT"
88
repository = "https://github.com/farm-fe/enhanced-magic-string"
99
git_release_enable = true
1010

1111
[dependencies]
12-
sourcemap = "8.0.1"
12+
sourcemap = "9.0.0"
1313
base64 = "0.22.0"
1414
farmfe_utils = "0.1.5"
1515
regex = "1.10.0"

0 commit comments

Comments
 (0)