File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 48
48
if : matrix.rust.version == '1.75.0'
49
49
run : |
50
50
cargo update -p home --precise "0.5.9"
51
+ cargo update -p native-tls --precise "0.2.13"
51
52
- name : Pin dependencies for MSRV
52
53
if : matrix.rust.version == '1.63.0'
53
54
run : ./ci/pin-msrv.sh
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ cargo update -p indexmap --precise "2.5.0"
21
21
cargo update -p security-framework-sys --precise " 2.11.1"
22
22
cargo update -p csv --precise " 1.3.0"
23
23
cargo update -p unicode-width --precise " 0.1.13"
24
+ cargo update -p native-tls --precise " 0.2.13"
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ pub const DEFAULT_LOOKAHEAD: u32 = 25;
105
105
/// ```
106
106
///
107
107
/// [`Ord`]: core::cmp::Ord
108
- /// [`SpkTxOutIndex`]: crate::spk_txout_index ::SpkTxOutIndex
108
+ /// [`SpkTxOutIndex`]: crate::spk_txout ::SpkTxOutIndex
109
109
/// [`Descriptor`]: crate::miniscript::Descriptor
110
110
/// [`reveal_to_target`]: Self::reveal_to_target
111
111
/// [`reveal_next_spk`]: Self::reveal_next_spk
You can’t perform that action at this time.
0 commit comments