We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
base64ct
1.6.0
1 parent 3abde00 commit 1a3b420Copy full SHA for 1a3b420
.github/workflows/cont_integration.yml
@@ -50,6 +50,7 @@ jobs:
50
cargo update -p home --precise "0.5.9"
51
cargo update -p native-tls --precise "0.2.13"
52
cargo update -p idna_adapter --precise "1.1.0"
53
+ cargo update -p base64ct --precise "1.6.0"
54
- name: Pin dependencies for MSRV
55
if: matrix.rust.version == '1.63.0'
56
run: ./ci/pin-msrv.sh
ci/pin-msrv.sh
@@ -26,3 +26,4 @@ cargo update -p flate2 --precise "1.0.35"
26
cargo update -p bzip2-sys --precise "0.1.12"
27
cargo update -p ring --precise "0.17.12"
28
cargo update -p once_cell --precise "1.20.3"
29
+cargo update -p base64ct --precise "1.6.0"
0 commit comments