Skip to content
Snippets Groups Projects
  • Yaroslav Dynnikov's avatar
    8e034e34
    build: do cargo update · 8e034e34
    Yaroslav Dynnikov authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
    Don't update blake3 version, otherwise it results in
    
    ```
    Updating constant_time_eq v0.2.5 -> v0.3.0
    
    error: package `constant_time_eq v0.3.0` cannot be built because it
    requires rustc 1.66.0 or newer, while the currently active rustc version
    is 1.65.0
    ```
    8e034e34
    History
    build: do cargo update
    Yaroslav Dynnikov authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
    Don't update blake3 version, otherwise it results in
    
    ```
    Updating constant_time_eq v0.2.5 -> v0.3.0
    
    error: package `constant_time_eq v0.3.0` cannot be built because it
    requires rustc 1.66.0 or newer, while the currently active rustc version
    is 1.65.0
    ```
This project manages its dependencies using Cargo. Learn more