File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tuf"
3
3
edition = " 2018"
4
- version = " 0.3.0-beta8 "
4
+ version = " 0.3.0-beta9 "
5
5
authors = [
" heartsucker <[email protected] >" ,
" Erick Tryzelaar <[email protected] >" ]
6
6
description = " Library for The Update Framework (TUF)"
7
7
homepage = " https://github.com/theupdateframework/rust-tuf"
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ pub enum Error {
120
120
MetadataVersionMustBeSmallerThanMaxU32 ( MetadataPath ) ,
121
121
122
122
/// The metadata was not signed with enough valid signatures.
123
- #[ error( "metadata {0 } signature threshold not met: {number_of_valid_signatures}/{threshold}" ) ]
123
+ #[ error( "metadata {role } signature threshold not met: {number_of_valid_signatures}/{threshold}" ) ]
124
124
MetadataMissingSignatures {
125
125
/// The signed metadata.
126
126
role : MetadataPath ,
@@ -131,7 +131,7 @@ pub enum Error {
131
131
} ,
132
132
133
133
/// Attempted to update metadata with an older version.
134
- #[ error( "attempted to roll back metadata {0 } from version {trusted_version} to {new_version}" ) ]
134
+ #[ error( "attempted to roll back metadata {role } from version {trusted_version} to {new_version}" ) ]
135
135
AttemptedMetadataRollBack {
136
136
/// The metadata.
137
137
role : MetadataPath ,
You can’t perform that action at this time.
0 commit comments