Skip to content

Commit

Permalink
bump version to 0.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Mar 5, 2022
1 parent 5307ac0 commit d7977b1
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 24 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.35.2

* Allow direct access to raw buffers of `NullableSliceMut`.

## 0.35.1

* Allow direct access to raw buffers of `NullableSlice`.
Expand Down
2 changes: 1 addition & 1 deletion odbc-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odbc-api"
version = "0.35.1"
version = "0.35.2"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions odbcsv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odbcsv"
version = "0.3.63"
version = "0.3.64"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -29,12 +29,12 @@ readme = "Readme.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
odbc-api = { version = "0.35.1", path = "../odbc-api" }
odbc-api = { version = "0.35.2", path = "../odbc-api" }
csv = "1.1.6"
anyhow = "1.0.55"
stderrlog = "0.5.1"
log = "0.4.14"
clap = { version = "3.1.3", features = ["derive", "env"] }
clap = { version = "3.1.5", features = ["derive", "env"] }

[dev-dependencies]
assert_cmd = "2.0.4"
Expand Down
4 changes: 4 additions & 0 deletions odbcsv/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.64

* Updated dependencies

## 0.3.63

* Updated dependencies
Expand Down

0 comments on commit d7977b1

Please sign in to comment.