We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84a43e commit 2de91c7Copy full SHA for 2de91c7
syncstorage-rs/Makefile
@@ -40,7 +40,7 @@ USE_TOOLS+= pkg-config
40
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
41
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.curl}/lib
42
43
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE= 38
44
45
INSTALLATION_DIRS+= bin share/doc/syncstorage-rs share/examples/syncstorage-rs
46
INSTALLATION_DIRS+= lib/tokenserver
syncstorage-rs/TODO
@@ -1,3 +1,5 @@
1
+Needs rust 1.80:
2
+
3
Compiling num-traits v0.1.43
4
error[E0463]: can't find crate for `try_lock` which `want` depends on
5
--> /scratch/www/syncstorage-rs/work/vendor/hyper-1.3.1/src/client/dispatch.rs:22:26
0 commit comments