Skip to content

Commit 14f7bee

Browse files
committed
fix fork url
1 parent 10e144c commit 14f7bee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

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

packages/transformers/js/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ indexmap = "1.9.2"
3939
parcel-macros = { path = "../../../../crates/macros" }
4040
parking_lot = "0.12"
4141
bitflags = "1.3.2"
42-
mdxjs = { version = "0.2.4", git = "https://github.com/devongovett/mdx-rs", branch = "export_phases" }
42+
mdxjs = { version = "0.2.4", git = "https://github.com/devongovett/mdxjs-rs", branch = "export_phases" }
4343
markdown = { version = "1.0.0-alpha.21", features = ["serde"] }

0 commit comments

Comments
 (0)