Skip to content

Commit 50b08cf

Browse files
authored
chore: update license in Cargo.toml (#2)
1 parent d058034 commit 50b08cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustyfit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "rustyfit"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
description = "This project hosts the Rust implementation for The Flexible and Interoperable Data Transfer (FIT) Protocol"
66
authors = ["Hikmatulloh Hari Mukti <muktihaz@gmail.com>"]
77
readme = "../README.md"
8-
license-file = "../LICENSE-BSD-3-CLAUSE"
8+
license = "BSD-3-Clause"
99
include = ["Cargo.toml", "src/**"]
1010
categories = ["encoding", "parser-implementations"]
1111
repository = "https://github.com/muktihari/rustyfit"

0 commit comments

Comments
 (0)