diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8037194f..104e4587 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,8 @@ jobs: check: runs-on: macos-latest steps: - - uses: actions/checkout@v1 - - uses: actions-rs/toolchain@v1 + - uses: actions/checkout@v2 + - uses: ructions/toolchain@v2 with: {toolchain: stable, components: "clippy, rustfmt"} - run: cargo clippy -- -D warnings - run: cargo fmt --all -- --check @@ -25,8 +25,8 @@ jobs: os: [macos-latest, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v1 - - uses: actions-rs/toolchain@v1 + - uses: actions/checkout@v2 + - uses: ructions/toolchain@v2 with: {toolchain: nightly, override: true} - run: cargo bench @@ -36,7 +36,7 @@ jobs: os: [macos-latest, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v1 - - uses: actions-rs/toolchain@v1 + - uses: actions/checkout@v2 + - uses: ructions/toolchain@v2 with: {toolchain: stable} - run: cargo test --features bundled diff --git a/Cargo.toml b/Cargo.toml index e78d5063..28e1786b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite" -version = "0.32.0" +version = "0.33.0" edition = "2021" license = "Apache-2.0/MIT" authors = [ @@ -39,7 +39,7 @@ linkage = ["sqlite3-sys/linkage"] libc = "0.2" [dependencies.sqlite3-sys] -version = "0.15" +version = "0.16" default-features = false [dev-dependencies] diff --git a/LICENSE.md b/LICENSE.md index d210b011..b44ce602 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -11,7 +11,7 @@ The following two notices apply to every file of the project. ## The Apache License ``` -Copyright 2015–2023 The sqlite Developers +Copyright 2015–2024 The sqlite Developers Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the @@ -28,7 +28,7 @@ specific language governing permissions and limitations under the License. ## The MIT License ``` -Copyright 2015–2023 The sqlite Developers +Copyright 2015–2024 The sqlite Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in