Merge branch 'bump-rtsim' into 'master'

Bump rtsim version for frost gigas

See merge request veloren/veloren!3960
This commit is contained in:
Isse 2023-06-01 07:10:27 +00:00
commit 65c0e224a6

View File

@ -29,7 +29,7 @@ use std::{
/// Note that this number does *not* need incrementing on every change: most /// Note that this number does *not* need incrementing on every change: most
/// field removals/additions are fine. This number should only be incremented /// field removals/additions are fine. This number should only be incremented
/// when we wish to perform a *hard purge* of rtsim data. /// when we wish to perform a *hard purge* of rtsim data.
pub const CURRENT_VERSION: u32 = 1; pub const CURRENT_VERSION: u32 = 2;
#[derive(Clone, Serialize, Deserialize)] #[derive(Clone, Serialize, Deserialize)]
pub struct Data { pub struct Data {