File: relax-bitfield.diff

package info (click to toggle)
rust-tss-esapi 7.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,432 kB
  • sloc: sh: 130; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Subject: Relax bitfield dependency
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>

bitfield's changes from 0.14 to 0.17 don't seem to have a significant
impact on the way that tss-esapi uses bitfield, so we can use the
newer version safely.

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@
 repository = "https://github.com/parallaxsecond/rust-tss-esapi"
 
 [dependencies.bitfield]
-version = "0.14.0"
+version = "0.17"
 
 [dependencies.enumflags2]
 version = "0.7.1"