Skip to content

Commit

Permalink
Project.toml
Browse files Browse the repository at this point in the history
chore(version): add compat version for Unitful and removed Logging and Mmap from dependencies
  • Loading branch information
uriele committed Jul 26, 2024
1 parent 912c4e0 commit 6891d33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [unreleased]

### Documentation

- *(fix)* Add link to Package Guide on the home page

## [0.6.3] - 2024-07-25

### Features
Expand Down
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ authors = ["Marco Menarini"]
version = "0.6.3"

[deps]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
julia = "1.10"
Unitful = "1.21"
julia = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using UnitfulData
using Test
using Logging
using Base.Docs
using UnitfulData: _log2_10, _log2_3, _log2_e
using Unitful: 𝐓
using Mmap: mmap

include("./test_util.jl")
test_values = Dict(
Expand Down

0 comments on commit 6891d33

Please sign in to comment.