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
The installation process went well but at the end I've encountered the following warnings:
warning: use of deprecated method chrono::TimeZone::timestamp: use timestamp_opt() instead
--> src\util.rs:136:11
|
136 | Local.timestamp(sec, nsec)
| ^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: simple-http-server (bin "simple-http-server") generated 1 warning
Finished release [optimized] target(s) in 2m 20s
warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.16.1, traitobject v0.1.0
note: to see what the problems were, use the option --future-incompat-report, or run cargo report future-incompatibilities --id 1
Installing C:
The text was updated successfully, but these errors were encountered:
I installed the dark mode version using:
cargo install --git https://github.com/yurtaev/simple-http-server --branch="features/dark-mode"
The installation process went well but at the end I've encountered the following warnings:
warning: use of deprecated method
chrono::TimeZone::timestamp
: usetimestamp_opt()
instead--> src\util.rs:136:11
|
136 | Local.timestamp(sec, nsec)
| ^^^^^^^^^
|
= note:
#[warn(deprecated)]
on by defaultwarning:
simple-http-server
(bin "simple-http-server") generated 1 warningFinished release [optimized] target(s) in 2m 20s
warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.16.1, traitobject v0.1.0
note: to see what the problems were, use the option
--future-incompat-report
, or runcargo report future-incompatibilities --id 1
Installing C:
The text was updated successfully, but these errors were encountered: