Skip to content

Commit

Permalink
Banjofox/update cargo authors (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
BanjoFox authored Oct 16, 2024
1 parent ba89407 commit bd602b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aardwolf"
version = "0.1.0"
authors = ["Banjo Fox <[email protected]>","Elijah Mark Anderson <[email protected]>", "Paul Woolcock <[email protected]>", "asonix <[email protected]>"]
authors = ["Banjo Fox <[email protected]>","Elijah Mark Anderson <[email protected]>", "Paul Woolcock <[email protected]>", "asonix <[email protected]>", "Nicholas Guyett <[email protected]>"]
description = "Powering connected social communities with free software."
edition = "2021"

Expand Down
1 change: 0 additions & 1 deletion aardwolf-localization/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ i18n!("locales",
i18n!();

// End rust-i18n configuration
//
2 changes: 1 addition & 1 deletion aardwolf-templates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ path = "../aardwolf-yew-frontend"
# Adding syn for template compilation
[dependencies.syn]
version = "2.0.77"
features = ["full", "extra-traits"]
features = ["full", "extra-traits"]

0 comments on commit bd602b8

Please sign in to comment.