Skip to content

Commit

Permalink
feat: make azblob musl
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Miao authored Jul 5, 2024
1 parent aae84c6 commit 1ecedb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ azblob = ["dep:unftp-sbe-opendal", "dep:opendal", "opendal/services-azblob"]
gnu = ["all_extentions"]

# All features able to link statically
musl = ["rest_auth", "cloud_storage", "jsonfile_auth"]
musl = ["rest_auth", "cloud_storage", "jsonfile_auth", "azblob"]

# Features used in our docker builds
docker = ["musl"]
Expand Down

0 comments on commit 1ecedb9

Please sign in to comment.