Skip to content

Commit

Permalink
rusk-wallet: change REQUIRED_RUSK_VERSION to >=0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Sep 10, 2024
1 parent 2ac322b commit 652806c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusk-wallet/src/rusk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use rkyv::Archive;
use crate::Error;

/// Supported Rusk version
const REQUIRED_RUSK_VERSION: &str = "0.7.0";
const REQUIRED_RUSK_VERSION: &str = ">=0.8.0";

#[derive(Debug)]
/// RuskRequesst according to the rusk event system
Expand Down

0 comments on commit 652806c

Please sign in to comment.