Skip to content

Commit

Permalink
chore(deps): Upgrade hifitime
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoh committed Sep 17, 2023
1 parent 887a3bd commit b6403b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ crate-type=["rlib", "cdylib", "staticlib"]
[dependencies]
cfg-if = "1.0.0"
derive_more = { version = "0.99.17", optional = true }
hifitime = { version = "3.8.0", default-features = false, optional = true }
hifitime = { version = "3.8.4", default-features = false, optional = true }

[features]
default = ["std", "stdtime"]
Expand Down
14 changes: 14 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# This file is part of Ticky.
#
# Ticky is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ticky is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Ticky. If not, see <https://www.gnu.org/licenses/>.
unstable_features = true
hard_tabs = true

0 comments on commit b6403b0

Please sign in to comment.