File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525jobs :
2626 fmt :
27- runs-on : ubuntu-20 .04
27+ runs-on : ubuntu-24 .04
2828 steps :
2929 - name : Checkout
3030 uses : actions/checkout@v4
5151 - " "
5252 - " -Zminimal-versions"
5353
54- runs-on : ubuntu-20 .04
54+ runs-on : ubuntu-24 .04
5555 steps :
5656 - name : Checkout
5757 uses : actions/checkout@v4
7373 - run : cargo clippy --workspace --all-targets -- -D warnings
7474
7575 clippy-pedantic :
76- runs-on : ubuntu-20 .04
76+ runs-on : ubuntu-24 .04
7777 steps :
7878 - name : Checkout
7979 uses : actions/checkout@v4
8888 - run : cargo clippy --workspace --all-targets -- -D clippy::pedantic
8989
9090 test :
91- runs-on : ubuntu-20 .04
91+ runs-on : ubuntu-24 .04
9292 steps :
9393 - name : Checkout
9494 uses : actions/checkout@v4
@@ -108,7 +108,7 @@ jobs:
108108
109109 miri :
110110 name : " Miri"
111- runs-on : ubuntu-20 .04
111+ runs-on : ubuntu-24 .04
112112 steps :
113113 - name : Checkout
114114 uses : actions/checkout@v4
@@ -138,7 +138,7 @@ jobs:
138138 - powerpc64-unknown-linux-gnu
139139 - powerpc64le-unknown-linux-gnu
140140
141- runs-on : ubuntu-20 .04
141+ runs-on : ubuntu-24 .04
142142 steps :
143143 - name : Checkout
144144 uses : actions/checkout@v4
@@ -156,7 +156,7 @@ jobs:
156156 run : cargo miri test --workspace --target ${{ matrix.target }}
157157
158158 doc :
159- runs-on : ubuntu-20 .04
159+ runs-on : ubuntu-24 .04
160160 steps :
161161 - name : Checkout
162162 uses : actions/checkout@v4
@@ -174,7 +174,7 @@ jobs:
174174 RUSTDOCFLAGS : -D warnings --cfg docsrs
175175
176176 audit :
177- runs-on : ubuntu-20 .04
177+ runs-on : ubuntu-24 .04
178178 steps :
179179 - name : Checkout
180180 uses : actions/checkout@v4
@@ -191,7 +191,7 @@ jobs:
191191
192192 devskim :
193193 name : DevSkim
194- runs-on : ubuntu-20 .04
194+ runs-on : ubuntu-24 .04
195195 permissions :
196196 actions : read
197197 contents : read
Original file line number Diff line number Diff line change 11[package ]
22name = " tzdb_data"
3- version = " 0.1.6 "
3+ version = " 0.1.7 "
44edition = " 2018"
55authors = [" René Kijewski <crates.io@k6i.de>" ]
66repository = " https://github.com/Kijewski/tzdb"
@@ -9,10 +9,10 @@ license = "MIT-0 OR MIT OR Apache-2.0"
99keywords = [" timezone" , " no_std" ]
1010categories = [" date-and-time" , " no-std" ]
1111readme = " README.md"
12- # rust-version = "1.56"
12+ rust-version = " 1.56"
1313
1414[dependencies ]
15- tz-rs = { version = " ^ 0.6.14" , default-features = false , features = [" const" ] }
15+ tz-rs = { version = " 0.6.14" , default-features = false , features = [" const" ] }
1616
1717[package .metadata .docs .rs ]
1818all-features = true
Original file line number Diff line number Diff line change 1+ ./src/generated/LICENSE.Apache
Original file line number Diff line number Diff line change 1+ ./src/generated/LICENSE.MIT
Original file line number Diff line number Diff line change 1+ ./src/generated/LICENSE.MIT-0
Load Diff This file was deleted.
Submodule generated updated from 29b7194 to c38fad0
Original file line number Diff line number Diff line change 1- // SPDX-License-Identifier: MIT-0
2- //
3- // Copyright 2022-2024 René Kijewski <crates.io@k6i.de>
1+ // SPDX-License-Identifier: MIT-0 OR MIT OR Apache-2.0
2+ // SPDX-FileCopyrightText: 2022-2026 René Kijewski <crates.io@k6i.de>
43
54#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
65#![ allow( unknown_lints) ]
You can’t perform that action at this time.
0 commit comments