Skip to content

Commit

Permalink
Revert to minidom 0.15 and MSRV 1.74
Browse files Browse the repository at this point in the history
minidom 0.16 seems to be broken in several ways.

Signed-off-by: Alberto Faria <[email protected]>
  • Loading branch information
albertofaria committed Jul 24, 2024
1 parent c88ee40 commit a8655b5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [ stable, "1.76" ]
rust: [ stable, "1.74" ]
steps:

- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set Rust version
run: rustup default 1.76
run: rustup default 1.74

- name: Install cargo-hack and cargo-minimal-versions
run: |
Expand Down
55 changes: 24 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "crun-vm"
version = "0.2.0"
edition = "2021"
rust-version = "1.76"
rust-version = "1.74"
license = "GPL-2.0-or-later"

[dependencies.anyhow]
Expand All @@ -28,7 +28,7 @@ version = "0.3.3"
default-features = false

[dependencies.minidom]
version = "0.16.0"
version = "0.15.2"

[dependencies.nix]
version = "0.29.0"
Expand Down

0 comments on commit a8655b5

Please sign in to comment.