diff --git a/.github/workflows/ghcr_publish.yml b/.github/workflows/ghcr_publish.yml index d72181b..c43ab41 100644 --- a/.github/workflows/ghcr_publish.yml +++ b/.github/workflows/ghcr_publish.yml @@ -5,8 +5,8 @@ name: GHCR Publish # regex to check the tag format on: push: - tags: - - 'v[0-9]+.[0-9]+.[0-9]+' + # tags: + # - 'v[0-9]+.[0-9]+.[0-9]+' jobs: build: diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index 52e6405..f81b219 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -1,8 +1,8 @@ name: CI on: push: - tags: - - 'v[0-9]+.[0-9]+.[0-9]+' + # tags: + # - 'v[0-9]+.[0-9]+.[0-9]+' env: DEBUG: napi:* APP_NAME: scylla_pg_js @@ -78,10 +78,10 @@ jobs: node-version: 18 check-latest: true - name: Install toolchain - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@1.75.0 if: ${{ !matrix.settings.docker }} with: - toolchain: stable 3 months ago + toolchain: 1.75.0 target: ${{ matrix.settings.target }} - name: Cache cargo uses: actions/cache@v4 @@ -176,5 +176,5 @@ jobs: - run: ls -R ./scylla_pg_js/npm - run: ls -R ./scylla_pg_js/artifacts - - name: Publish - run: PATH=$PATH:$(pwd) bin/npm-release.sh # only run on release created or tag \ No newline at end of file + # - name: Publish + # run: PATH=$PATH:$(pwd) bin/npm-release.sh # only run on release created or tag \ No newline at end of file diff --git a/.github/workflows/rust_build.yml b/.github/workflows/rust_build.yml index 8403060..d31d4da 100644 --- a/.github/workflows/rust_build.yml +++ b/.github/workflows/rust_build.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@1.75.0 with: - toolchain: stable 3 months ago + toolchain: 1.75.0 - run: bin/ubuntu-setup.sh - run: rustup component add rustfmt clippy - name: cargo build diff --git a/Cargo.lock b/Cargo.lock index 82d0aad..2c4fbb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1255,7 +1255,7 @@ dependencies = [ [[package]] name = "scylla_pg_core" -version = "0.1.22" +version = "0.1.23" dependencies = [ "async-trait", "chrono", diff --git a/scylla_pg_core/Cargo.toml b/scylla_pg_core/Cargo.toml index f36aadd..91a13c9 100644 --- a/scylla_pg_core/Cargo.toml +++ b/scylla_pg_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scylla_pg_core" -version = "0.1.22" +version = "0.1.23" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html