Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6de297b

Browse files
committed
v0.3.40 release
1 parentc386cac commit6de297b

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog]. This project adheres to [Semantic Ver
66

77
---
88

9+
##0.3.40[2025-03-18]
10+
11+
###Added
12+
13+
- Visibility modifiers may now be added to the`mod` generated by`time::sere::format_description!`.
14+
915
##0.3.39[2025-03-06]
1016

1117
###Fixed

‎Cargo.lock

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

‎Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ members = ["time", "time-core", "time-macros"]
44
resolver ="2"
55

66
[workspace.dependencies]
7-
time-core = {path ="time-core",version ="=0.1.3" }
8-
time-macros = {path ="time-macros",version ="=0.2.20" }
7+
time-core = {path ="time-core",version ="=0.1.4" }
8+
time-macros = {path ="time-macros",version ="=0.2.21" }
99

1010
criterion = {version ="0.5.1",default-features =false }
1111
deranged = {version ="0.4.0",default-features =false,features = [

‎time-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="time-core"
3-
version ="0.1.3"
3+
version ="0.1.4"
44
authors = ["Jacob Pratt <open-source@jhpratt.dev>","Time contributors"]
55
edition ="2021"
66
rust-version ="1.67.1"

‎time-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="time-macros"
3-
version ="0.2.20"
3+
version ="0.2.21"
44
authors = ["Jacob Pratt <open-source@jhpratt.dev>","Time contributors"]
55
edition ="2021"
66
rust-version ="1.67.1"

‎time/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="time"
3-
version ="0.3.39"
3+
version ="0.3.40"
44
authors = ["Jacob Pratt <open-source@jhpratt.dev>","Time contributors"]
55
edition ="2021"
66
rust-version ="1.67.1"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp