Skip to content

Commit

Permalink
Remove libm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Hurlenko committed Jul 10, 2024
1 parent 5283d30 commit 2619b2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

env:
BINARY: "orly"
RUST_VERSION: "1.71.1"
RUST_VERSION: "1.72.1"

jobs:
# The create-release job runs purely to initialize the GitHub release itself,
Expand Down
29 changes: 0 additions & 29 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ thiserror = "1.0.61"
chrono = "0.4.38"
libxml = "=0.3.3"
futures = "0.3.30"
askama = "0.12.1"
askama = { version = "0.12.1", default-features = false }
bytes = "1.6.0"
zip = "0.6.6"
lazy_static = "1.5.0"
clap = { version = "=4.3.12", features = ["derive"] }
sanitize-filename = "0.5.0"
log = "0.4.22"
fern = { version="0.6.2", features=["colored"] }
fern = { version = "0.6.2", features = ["colored"] }
lightningcss = "1.0.0-alpha.57"
image = "0.24.6"
mime_guess = "2.0.5"

0 comments on commit 2619b2f

Please sign in to comment.