Skip to content

Commit

Permalink
fastn 0.4 version and edition 2023 is default now :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpita-Jaiswal authored and Heulitig committed Nov 10, 2023
1 parent 091f631 commit 3c35ace
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fastn-core/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pub(crate) mod utils;
#[derive(Debug, Clone, PartialEq, Eq, Default)]
pub enum FTDEdition {
FTD2021,
#[default]
FTD2022,
#[default]
FTD2023,
}

Expand Down
2 changes: 1 addition & 1 deletion fastn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastn"
version = "0.3.80"
version = "0.4.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 3c35ace

Please sign in to comment.