Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkinne committed Jul 19, 2024
1 parent 12fed07 commit fbd2f2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gateway/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ use std::collections::HashMap;
///
/// ```json
/// {
/// "schema": "0.1.0",
/// "schema": "v0.1.0",
/// "latest": "v0.3.0",
/// "stable": "v0.2.0",
/// "binaries": {
/// "0.2.0": { ... },
/// "0.3.0": { ... },
/// "v0.2.0": { ... },
/// "v0.3.0": { ... },
/// }
/// }
/// ```
Expand Down

0 comments on commit fbd2f2e

Please sign in to comment.