Skip to content

Commit 0e3332a

Browse files
committed
revert the dependency change for publish
1 parent b1dc7a9 commit 0e3332a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plotters/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotters"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
authors = ["Hao Hou <haohou302@gmail.com>"]
55
edition = "2018"
66
license = "MIT"
@@ -17,19 +17,19 @@ num-traits = "0.2.14"
1717
chrono = { version = "0.4.20", optional = true }
1818

1919
[dependencies.plotters-backend]
20-
#path = "../plotters-backend"
20+
path = "../plotters-backend"
2121
version = "0.3"
2222

2323
[dependencies.plotters-bitmap]
2424
default_features = false
2525
optional = true
26-
#path = "../plotters-bitmap"
26+
path = "../plotters-bitmap"
2727
version = "0.3"
2828

2929
[dependencies.plotters-svg]
30-
version = "^0.3"
30+
version = "0.3"
3131
optional = true
32-
#path = "../plotters-svg"
32+
path = "../plotters-svg"
3333

3434
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
3535
ttf-parser = { version = "0.15.0", optional = true }

0 commit comments

Comments
 (0)