chore: bump semver from 0.11.0 to 1.0.3 (#17871)
* chore: bump semver from 0.11.0 to 1.0.3 Bumps [semver](https://github.com/dtolnay/semver) from 0.11.0 to 1.0.3. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/0.11.0...1.0.3) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files * Use constructor to avoid pre/build typing issues Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <you@example.com> Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
@ -19,7 +19,7 @@ num-derive = { version = "0.3" }
|
||||
num-traits = { version = "0.2" }
|
||||
parking_lot = "0.10"
|
||||
qstring = "0.7.2"
|
||||
semver = "0.9"
|
||||
semver = "1.0"
|
||||
solana-sdk = { path = "../sdk", version = "=1.8.0" }
|
||||
thiserror = "1.0"
|
||||
uriparse = "0.6.3"
|
||||
|
@ -15,13 +15,7 @@ use {
|
||||
|
||||
static CHECK_MARK: Emoji = Emoji("✅ ", "");
|
||||
|
||||
const DEPRECATE_VERSION_BEFORE: FirmwareVersion = FirmwareVersion {
|
||||
major: 0,
|
||||
minor: 2,
|
||||
patch: 0,
|
||||
pre: Vec::new(),
|
||||
build: Vec::new(),
|
||||
};
|
||||
const DEPRECATE_VERSION_BEFORE: FirmwareVersion = FirmwareVersion::new(0, 2, 0);
|
||||
|
||||
const APDU_TAG: u8 = 0x05;
|
||||
const APDU_CLA: u8 = 0xe0;
|
||||
|
Reference in New Issue
Block a user