Skip to content

Commit 1c68056

Browse files
committed
Updated dependencies; bumped version number
First release!
1 parent fbea8e4 commit 1c68056

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gradient-tool"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["Zachary Catlin <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -11,14 +11,14 @@ readme = "README.md"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
web-view = "^0.7"
14+
web-view = "^0.7.3"
1515
webbrowser = "^0.5"
1616

1717
[profile.release]
1818
opt-level = 3
1919
lto = "fat"
2020
codegen-units = 1
21-
debug = 0
21+
debug = false
2222
debug-assertions = false
2323
incremental = false
2424
rpath = false

0 commit comments

Comments
 (0)