Skip to content

Commit

Permalink
chore: bump sourcemap version
Browse files Browse the repository at this point in the history
  • Loading branch information
wumingliang committed Oct 19, 2024
1 parent 9fcf099 commit 4139598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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 crates/enhanced-magic-string/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
edition = "2021"
name = "enhanced-magic-string"
version = "0.0.15"
version = "0.1.0"
description = "Rust based magic-string implementation with sourcemap chains support"
authors = ["brightwu(吴明亮) <[email protected]>"]
license = "MIT"
repository = "https://github.com/farm-fe/enhanced-magic-string"
git_release_enable = true

[dependencies]
sourcemap = "8.0.1"
sourcemap = "9.0.0"
base64 = "0.22.0"
farmfe_utils = "0.1.5"
regex = "1.10.0"
Expand Down

0 comments on commit 4139598

Please sign in to comment.