You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the library is now named 'scylladb', Cargo's output
(scylladb.dll, scylladb.lib) already matches the desired install
name. Use the Cargo output directly on Windows instead of copying
to an identical filename.
This also eliminates the class of problems where the import
library (.lib) internally references the original Cargo output
name, causing 'dll not found' errors if the file were renamed
(as was the case with the old scylla_cpp_driver -> scylla-cpp-driver
rename).
0 commit comments