Skip to content

Commit

Permalink
Merge pull request #427 from ionut-arm/picky-bump-v7
Browse files Browse the repository at this point in the history
Bump picky- crates
  • Loading branch information
ionut-arm authored Sep 18, 2023
2 parents 5fbdcaf + 8c8b220 commit 285d5bc
Show file tree
Hide file tree
Showing 11 changed files with 805 additions and 11 deletions.
1 change: 1 addition & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msrv = "1.60.0"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build the container
run: docker build -t ubuntucontainer tss-esapi/tests/ --file tss-esapi/tests/Dockerfile-ubuntu
- name: Run the container
run: docker run -v $(pwd):/tmp/rust-tss-esapi -w /tmp/rust-tss-esapi/tss-esapi --env RUST_TOOLCHAIN_VERSION=1.57.0 ubuntucontainer /tmp/rust-tss-esapi/tss-esapi/tests/all-ubuntu.sh
run: docker run -v $(pwd):/tmp/rust-tss-esapi -w /tmp/rust-tss-esapi/tss-esapi --env RUST_TOOLCHAIN_VERSION=1.60.0 ubuntucontainer /tmp/rust-tss-esapi/tss-esapi/tests/all-ubuntu.sh
# All in one job as I think it is a big overhead to build and run the Docker
# container?
tests-ubuntu:
Expand Down
1 change: 0 additions & 1 deletion tss-esapi-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ fn main() {
}
}

#[allow(clippy::uninlined_format_args)]
#[cfg(feature = "generate-bindings")]
pub fn generate_from_system(esapi_out: PathBuf) {
pkg_config::Config::new()
Expand Down
4 changes: 2 additions & 2 deletions tss-esapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ regex = "1.3.9"
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
oid = "0.2.1"
picky-asn1 = "0.3.0"
picky-asn1-x509 = "0.6.1"
picky-asn1 = "0.5.0"
picky-asn1-x509 = "0.7.1"

[dev-dependencies]
env_logger = "0.9.0"
Expand Down
1 change: 0 additions & 1 deletion tss-esapi/src/tcti_ldr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ impl TctiNameConf {
}
}

#[allow(clippy::uninlined_format_args)]
impl TryFrom<TctiNameConf> for CString {
type Error = Error;

Expand Down
Loading

0 comments on commit 285d5bc

Please sign in to comment.