Skip to content

Commit

Permalink
Use codeblocks for make pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Mar 12, 2024
1 parent 2dfe6b9 commit 58874c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@
//! responses from servers to tell the client they have the latest version if
//! that crate has not been changed since it was last accessed.
//!
//! ```txt
//! +-------------------+---------------------------+------------------+---+
//! | cache version :u8 | index format version :u32 | revision :string | 0 |
//! +-------------------+---------------------------+------------------+---+
//! ```
//!
//! followed by 1+
//!
//! ```txt
//! +----------------+---+-----------+---+
//! | semver version | 0 | JSON blob | 0 |
//! +----------------+---+-----------+---+
//! ```
/// The current (cargo 1.54.0+) cache version for cache entries.
///
Expand Down

0 comments on commit 58874c6

Please sign in to comment.