Skip to content

Commit

Permalink
rust 1.64 and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Sep 24, 2022
1 parent abd2921 commit 7a7958f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ log = { version = "0.4.17", features = [
"release_max_level_debug",
"serde",
] }
once_cell = "1.14.0"
once_cell = "1.15.0"
parking_lot = "0.12.1"
serde = { version = "1.0.144", features = ["derive"] }
serde = { version = "1.0.145", features = ["derive"] }
simplelog = "0.12.0"
rand = "0.8.5"
strfmt = "0.2.2"
Expand All @@ -46,12 +46,12 @@ ureq = { version = "2.5.0", default-features = false, features = [
url = "2.3.1"
xml-rs = "0.8.4"
[target.'cfg(windows)'.dependencies]
fltk = { version = "1.3.14", features = ["use-ninja"] }
fltk = { version = "1.3.15", features = ["use-ninja"] }
winapi = { version = "0.3.9", features = ["winuser", "std"] }
winres = "0.1.12"
[target.'cfg(unix)'.dependencies]
fltk = { version = "1.3.14", features = ["use-ninja"] }
libc = "0.2.132"
fltk = { version = "1.3.15", features = ["use-ninja"] }
libc = "0.2.133"

[patch.crates-io]
#fltk = { git = "https://github.com/fltk-rs/fltk-rs" }
Expand Down
2 changes: 1 addition & 1 deletion buildall
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ echo "Build all"

cargo fmt --all
cargo update
cargo upgrade --to-lockfile
cargo upgrade --locked
cargo upgrade --verbose
cargo build && cargo build --release
#cargo build --target=i686-pc-windows-msvc && cargo build --target=i686-pc-windows-msvc --release

0 comments on commit 7a7958f

Please sign in to comment.