Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

Commit 6e1dec1

Browse files
committedAug 6, 2020
feat: Update to latest plugin system.
1 parent 04ace9a commit 6e1dec1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎Cargo.lock

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

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-rustfmt"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["David Sherret <dsherret@gmail.com>"]
55
edition = "2018"
66

@@ -11,7 +11,7 @@ crate-type = ["lib", "cdylib"]
1111
wasm = ["serde_json", "dprint-core/wasm"]
1212

1313
[dependencies]
14-
dprint-core = { version = "0.26.2", features = [] }
14+
dprint-core = { version = "0.27.0", features = [] }
1515
rustfmt-nightly = { version = "=1.4.18" }
1616
serde = { version = "1.0.88", features = ["derive"] }
1717
serde_json = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)
This repository has been archived.