Skip to content

Commit

Permalink
Update Rust dependencies and publish trailbase crate v0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Jan 7, 2025
1 parent 4ae0966 commit ca285c0
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 40 deletions.
75 changes: 37 additions & 38 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ rusqlite = { version = "^0.32.1", default-features = false, features = [
trailbase-sqlean = { path = "vendor/sqlean", version = "^0.0.1" }
trailbase-extension = { path = "trailbase-extension", version = "^0.1.0" }
trailbase-sqlite = { path = "trailbase-sqlite", version = "^0.1.0" }
trailbase = { path = "trailbase-core", version = "^0.0.1" }
trailbase = { path = "trailbase-core", version = "^0.0.2" }
5 changes: 4 additions & 1 deletion trailbase-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trailbase"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "OSL-3.0"
description = "Package to use TrailBase as a framework"
Expand Down Expand Up @@ -83,6 +83,9 @@ utoipa = { version = "5.0.0-beta.0", features = ["axum_extras"] }
uuid = { version = "^1.8.0", features = ["v4", "serde"] }
validator = { version = "0.19.0", default-features = false }

# FIXME: Only here to pin the version. Remove when latest builds again.
v8 = "=130.0.5"

[build-dependencies]
env_logger = "^0.11.3"
log = "^0.4.21"
Expand Down

0 comments on commit ca285c0

Please sign in to comment.