File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 88 name : Build
99 strategy :
1010 matrix :
11- rust-version : ['1.74 ', 'stable']
11+ rust-version : ['1.82 ', 'stable']
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Repository Checkout
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "parrot"
33version = " 1.6.0"
44authors = [" aquelemiguel" ]
55edition = " 2021"
6- rust-version = " 1.74 "
6+ rust-version = " 1.82 "
77description = " A Discord music bot built in Rust"
88repository = " https://github.com/aquelemiguel/parrot"
99license = " MIT"
Original file line number Diff line number Diff line change @@ -31,7 +31,10 @@ pub struct GuildSettings {
3131}
3232
3333fn default_allowed_domains ( ) -> HashSet < String > {
34- DEFAULT_ALLOWED_DOMAINS . iter ( ) . map ( |d| d. to_string ( ) ) . collect ( )
34+ DEFAULT_ALLOWED_DOMAINS
35+ . iter ( )
36+ . map ( |d| d. to_string ( ) )
37+ . collect ( )
3538}
3639
3740impl GuildSettings {
You can’t perform that action at this time.
0 commit comments