Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webrtc-rs/dtls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.3
Choose a base ref
...
head repository: webrtc-rs/dtls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 35 files changed
  • 4 contributors

Commits on Jun 28, 2022

  1. update deps + loosen some requirements (#22)

    * update deps + loosen some requirements
    
    rules:
    - for crates that are below v1.0 -> specify the precise version
    - If the code uses a feature that was added for example in X 0.3.17,
      then you should specify 0.3.17, which actually means "0.3.y where y >=
      17"
    - for crates the are above or equal v1.0 -> specify only major version
      if the crate's API is minimal and won't change between minor versions
        OR specify major&minor versions otherwise
    
    tested with https://github.com/taiki-e/cargo-minimal-versions
    
    * fix warnings
    
    * bump min version
    
    error: package `pkcs8 v0.9.0` cannot be built because it requires rustc
    1.57 or newer, while the currently active rustc version is 1.56.1
    
    * update util version
    
    * use cargo cache in minimal-versions job
    
    * Revert "use cargo cache in minimal-versions job"
    
    This reverts commit d58d33f.
    
    * update oid-registry, x509-parser and der-parser
    
    * update rcgen
    
    * update x509-parser
    
     and restrict hkdf and curve25519-dalek versions so minimal-dependencies
     job passes on CI
    melekes authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b6af106 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    c9ec92b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    5e885b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from webrtc-rs/chore/add-crate-move-notice

    Add notice about crate moving to monorepo
    algesten authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    119dc71 View commit details
    Browse the repository at this point in the history
Loading