Skip to content

Commit

Permalink
Update cmake-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 13, 2024
1 parent f019cc2 commit 1cd16a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/test/fixtures/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ cpp = []
# https://github.com/rust-lang/cc-rs/issues/959
cc = "=1.0.83"
# TODO: 0.1.49 fails for android
cmake = "=0.1.48"
# cmake = "=0.1.48"
cmake = { git = "https://github.com/rust-lang/cmake-rs.git", rev = "00e6b220342a8b0ec4548071928ade38fd5f691b" } # cmake-rs 0.1.48 + https://github.com/rust-lang/cmake-rs/pull/146

[lints.rust]
rust_2018_idioms = "warn"
Expand Down
2 changes: 1 addition & 1 deletion docker/test/fixtures/rust/libhello_cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.0)
cmake_minimum_required(VERSION 3.0)

add_library (
hello_cmake
Expand Down

0 comments on commit 1cd16a6

Please sign in to comment.