Skip to content

Commit 9e02028

Browse files
lowiteaalrsorokin
authored andcommitted
chore: bump picodata from 25.1.2 to 25.2.1
1 parent 92b5eed commit 9e02028

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build-and-test:
1313
runs-on: ubuntu-latest
1414
container:
15-
image: docker.binary.picodata.io/picodata:25.1.2
15+
image: docker.binary.picodata.io/picodata:25.2.1
1616
options: --user root
1717
steps:
1818
- uses: actions/checkout@v4

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude = [
1212

1313
[workspace.dependencies]
1414
anyhow = { version = "1.0.98" }
15-
picodata-pike = { version = "2.4.4" }
15+
picodata-pike = { version = "2.4.5" }
1616
rstest = { version = "0.25.0"}
1717
serde = { version = "1.0.219" }
1818
rmp-serde = { version = "1.0.0" }

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ cargo add --dev rstest
2525

2626
| Picotest | Picodata |
2727
|-----------------|-----------------|
28+
| >= 1.4.0 | 25.2.1 |
2829
| >= 1.4.0 | 25.1.2 |
2930
| < 1.4.0 | 25.1.1 |
3031

0 commit comments

Comments
 (0)