Skip to content

Commit

Permalink
Update diesel to v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Sep 12, 2024
1 parent 2af6c9c commit f52e0ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cross/diesel/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = diesel
PKG_VERS = 2.1.6
PKG_VERS = 2.2.4
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/diesel-rs/diesel/archive
Expand Down Expand Up @@ -27,6 +27,7 @@ export "MYSQL_DB_SOCKET=/run/mysqld/mysqld10.sock"

# mysqlclient-sys: to find libmysqlclient
ENV += MYSQLCLIENT_LIB_DIR=$(STAGING_INSTALL_PREFIX)/lib
ENV += MYSQLCLIENT_VERSION=6.1.11
# to find dependencies of libmysqlclient (libz)
ENV += RUSTFLAGS="-Clink-arg=-Wl,--rpath,$(INSTALL_PREFIX)/lib -Clink-arg=-Wl,--rpath-link,$(STAGING_INSTALL_PREFIX)/lib"

Expand Down
6 changes: 3 additions & 3 deletions cross/diesel/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
diesel-2.1.6.tar.gz SHA1 ddb02dcb75dbfe03c8ab9cf905599390ae62d329
diesel-2.1.6.tar.gz SHA256 60775915f615d41b65f31861ed01e467961677b7e430c6cc58d22c0b9bc17baf
diesel-2.1.6.tar.gz MD5 294d6e5a841aaa4ec54ecf786f0e8993
diesel-2.2.4.tar.gz SHA1 89cb0abb070116154fb1cf23f43bfd4e8ca77c33
diesel-2.2.4.tar.gz SHA256 519e761055dea9abf6172b8ec15c0fd0da53c859e6b6809daeb104bbecd6fe57
diesel-2.2.4.tar.gz MD5 da184bae3ccb2c4d1478da157196f46c

0 comments on commit f52e0ea

Please sign in to comment.