Skip to content

Commit

Permalink
syncstorage-rs: needs rust >= 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Sep 22, 2024
1 parent e84a43e commit 2de91c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion syncstorage-rs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ USE_TOOLS+= pkg-config
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.curl}/lib

PYTHON_VERSIONS_INCOMPATIBLE= 27 38
PYTHON_VERSIONS_INCOMPATIBLE= 38

INSTALLATION_DIRS+= bin share/doc/syncstorage-rs share/examples/syncstorage-rs
INSTALLATION_DIRS+= lib/tokenserver
Expand Down
2 changes: 2 additions & 0 deletions syncstorage-rs/TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Needs rust 1.80:

Compiling num-traits v0.1.43
error[E0463]: can't find crate for `try_lock` which `want` depends on
--> /scratch/www/syncstorage-rs/work/vendor/hyper-1.3.1/src/client/dispatch.rs:22:26
Expand Down

0 comments on commit 2de91c7

Please sign in to comment.