Skip to content

Commit

Permalink
Update cargo-doc nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Mar 22, 2024
1 parent 8668d2d commit 24e6c6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-03-03
toolchain: nightly-2024-03-21
- name: Build API documentation
uses: actions-rs/cargo@v1
env:
Expand Down
1 change: 0 additions & 1 deletion crates/relayer-cli/src/commands/query/packet/commitment.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use abscissa_core::clap::Parser;
use serde::Serialize;
use subtle_encoding::{Encoding, Hex};

use ibc_relayer::chain::handle::ChainHandle;
Expand Down

0 comments on commit 24e6c6a

Please sign in to comment.