diff --git a/.github/workflows/document.yaml b/.github/workflows/document.yaml index 9603853..2271e90 100644 --- a/.github/workflows/document.yaml +++ b/.github/workflows/document.yaml @@ -23,4 +23,4 @@ jobs: with: path: target/doc - uses: actions/deploy-pages@v4 - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' diff --git a/Cargo.toml b/Cargo.toml index 2b5bfda..9c096ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tblgen-alt" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Daan Vanoverloop"] @@ -19,9 +19,9 @@ llvm18-0 = [] llvm19-0 = [] [dependencies] -thiserror = "1.0.61" +thiserror = "2.0.9" paste = "1.0.15" [build-dependencies] -bindgen = "0.69.4" -cc = "1.0.98" +bindgen = "0.71.1" +cc = "1.2.7"