File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222 - name : Install Rust toolchain
Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Build
2121 run : docker build . --pull -f varia/Dockerfile.tests --tag=rocket-sentry-build
2222 - name : Test suite
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is similar to [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.24.0] - 2025-07-29
9+
10+ - ** Dependency:** Update rust crate sentry to 0.42.0 ([ #94 ] ( https://github.com/intgr/rocket-sentry/pull/94 ) )
11+
12+ <!-- generated by git-cliff -->
813## [ 0.23.0] - 2025-06-23
914
1015- ** Dependency:** Update rust crate sentry to 0.41.0 ([ #92 ] ( https://github.com/intgr/rocket-sentry/pull/92 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " rocket-sentry"
3- version = " 0.23 .0"
3+ version = " 0.24 .0"
44edition = " 2021"
55rust-version = " 1.73.0"
66
@@ -17,7 +17,7 @@ license = "MIT"
1717# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1818
1919[dependencies ]
20- sentry = " 0.41 .0"
20+ sentry = " 0.42 .0"
2121rocket = { version = " 0.5.0-rc.2" , default-features = false }
2222log = " 0.4.17"
2323serde = " 1.0.137"
You can’t perform that action at this time.
0 commit comments