File tree 3 files changed +10
-3
lines changed 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- rust_toolchain : [nightly, stable, 1.56 .0]
18
+ rust_toolchain : [nightly, stable, 1.63 .0]
19
19
os : [ubuntu-latest, windows-latest, macOS-latest]
20
20
timeout-minutes : 20
21
21
steps :
24
24
- run : rustup default ${{ matrix.rust_toolchain }}
25
25
- run : rustup component add clippy
26
26
- run : cargo update -p libc --precise 0.2.155
27
- if : ${{ matrix.rust_toolchain == '1.56 .0' }}
27
+ if : ${{ matrix.rust_toolchain == '1.63 .0' }}
28
28
- run : cargo clippy
29
29
- run : cargo test -- --nocapture
30
30
- run : cargo test --release -- --nocapture
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libloading"
3
3
# When bumping
4
4
# * Don’t forget to add an entry to `src/changelog.rs`
5
5
# * If bumping to an incompatible version, adjust the documentation in `src/lib.rs`
6
- version = " 0.8.6 "
6
+ version = " 0.8.7 "
7
7
authors = [" Simonas Kazlauskas <libloading@kazlauskas.me>" ]
8
8
license = " ISC"
9
9
repository = " https://github.com/nagisa/rust_libloading/"
Original file line number Diff line number Diff line change 1
1
//! The change log.
2
2
3
3
4
+ /// Release 0.8.7 (2025-04-26)
5
+ ///
6
+ /// ## Non-breaking changes
7
+ ///
8
+ /// Add support for the `*-pc-cygwin` target.
9
+ pub mod r0_8_7 { }
10
+
4
11
/// Release 0.8.4 (2024-06-23)
5
12
///
6
13
/// ## Non-breaking changes
You can’t perform that action at this time.
0 commit comments