Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
limalogger
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephen D
limalogger
Commits
5b3d24a8
Commit
5b3d24a8
authored
1 year ago
by
Stephen D
Browse files
Options
Downloads
Patches
Plain Diff
fix CI
parent
917f7c99
No related branches found
No related tags found
No related merge requests found
Pipeline
#9381
passed
15 hours ago
Stage: test
Stage: build
Changes
2
Pipelines
541
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+33
-44
33 additions, 44 deletions
Cargo.lock
src/adif.rs
+1
-1
1 addition, 1 deletion
src/adif.rs
with
34 additions
and
45 deletions
Cargo.lock
+
33
−
44
View file @
5b3d24a8
...
...
@@ -4,9 +4,9 @@ version = 3
[[package]]
name = "adif"
version = "0.1.
2
"
version = "0.1.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
6de2a3b58d0e23e024fff0740426e99c3c8b904e3f4b37
18a
a
5
21bccbff86d6a
"
checksum = "
4a8fc19da06a9ee8622a005e541a842697216
18a5
45805a209467e722846a920
"
dependencies = [
"chrono",
"indexmap",
...
...
@@ -16,9 +16,9 @@ dependencies = [
[[package]]
name = "aho-corasick"
version = "1.1.
1
"
version = "1.1.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab
"
checksum = "
b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0
"
dependencies = [
"memchr",
]
...
...
@@ -64,9 +64,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.4.
0
"
version = "2.4.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635
"
checksum = "
327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07
"
[[package]]
name = "bumpalo"
...
...
@@ -161,25 +161,14 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
[[package]]
name = "errno"
version = "0.3.
3
"
version = "0.3.
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd
"
checksum = "
ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860
"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "fnv"
version = "1.0.7"
...
...
@@ -295,9 +284,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.14
8
"
version = "0.2.14
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d36
9b"
checksum = "
a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee2
9b"
[[package]]
name = "limalogger"
...
...
@@ -317,9 +306,9 @@ dependencies = [
[[package]]
name = "linux-raw-sys"
version = "0.4.
7
"
version = "0.4.
10
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128
"
checksum = "
da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f
"
[[package]]
name = "log"
...
...
@@ -329,9 +318,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "memchr"
version = "2.6.
3
"
version = "2.6.
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c
"
checksum = "
f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167
"
[[package]]
name = "nix"
...
...
@@ -356,9 +345,9 @@ dependencies = [
[[package]]
name = "num-traits"
version = "0.2.1
6
"
version = "0.2.1
7
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2
"
checksum = "
39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c
"
dependencies = [
"autocfg",
]
...
...
@@ -409,9 +398,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.6
7
"
version = "1.0.6
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328
"
checksum = "
134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da
"
dependencies = [
"unicode-ident",
]
...
...
@@ -462,9 +451,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.
9.5
"
version = "1.
10.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47
"
checksum = "
aaac441002f822bc9705a681810a4dd2963094b9ca0ddc41cb963a4c189189ea
"
dependencies = [
"aho-corasick",
"memchr",
...
...
@@ -474,9 +463,9 @@ dependencies = [
[[package]]
name = "regex-automata"
version = "0.
3.8
"
version = "0.
4.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795
"
checksum = "
5011c7e263a695dc8ca064cddb722af1be54e517a280b12a5356f98366899e5d
"
dependencies = [
"aho-corasick",
"memchr",
...
...
@@ -485,17 +474,17 @@ dependencies = [
[[package]]
name = "regex-syntax"
version = "0.
7.5
"
version = "0.
8.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da
"
checksum = "
c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f
"
[[package]]
name = "rustix"
version = "0.38.1
4
"
version = "0.38.1
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74
7c788e9ce8e92b12cd485c49ddf90723550b654b32508
f979
b71a7b1ecda4f
"
checksum = "74
5ecfa778e66b2b63c88a61cb36e0eea109e803b0b86b
f9
8
79
fbc77c70e86ed
"
dependencies = [
"bitflags 2.4.
0
",
"bitflags 2.4.
1
",
"errno",
"libc",
"linux-raw-sys",
...
...
@@ -516,18 +505,18 @@ checksum = "088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db"
[[package]]
name = "serde"
version = "1.0.18
8
"
version = "1.0.18
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e
"
checksum = "
8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537
"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.18
8
"
version = "1.0.18
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2
"
checksum = "
1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5
"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -548,9 +537,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "syn"
version = "2.0.3
7
"
version = "2.0.3
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8
"
checksum = "
e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b
"
dependencies = [
"proc-macro2",
"quote",
...
...
This diff is collapsed.
Click to expand it.
src/adif.rs
+
1
−
1
View file @
5b3d24a8
...
...
@@ -37,7 +37,7 @@ impl AdifEncoder for QrzEncoder {
let
band
=
qso
.calc_band
();
let
mut
hsh
=
indexmap!
{
"qso_date"
=>
AdifType
::
Date
(
qso
.time
.date
()),
"qso_date"
=>
AdifType
::
Date
(
qso
.time
.date
_naive
()),
"time_off"
=>
AdifType
::
Time
(
qso
.time
.time
()),
"time_on"
=>
AdifType
::
Time
(
qso
.time
.time
()),
"freq"
=>
AdifType
::
Number
(
qso
.freq.parse
::
<
f64
>
()
.unwrap_or
(
0.0
)
/
1000.0
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment