Skip to content

Commit

Permalink
fix: Fix aarch build (set path to have cyrus-sasl
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 27, 2023
1 parent e8133fc commit eb5c1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions packages/cohort_sdk_js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ serde_json = "1.0"
uuid = { version = "1", features = ["serde"] }
chrono = { version = "0.4.19", features = ["serde"] }
openssl-sys = { version = "0.9", features = ["vendored"] }
sasl2-sys = { version = "0.1.20+2.1.28", features = ["vendored"] }

# db migrations
#refinery = {version="0.8", features=["tokio-postgres"]}
Expand Down

0 comments on commit eb5c1e5

Please sign in to comment.