Skip to content

Commit 4ce741c

Browse files
committed
build: update TOML dependency
1 parent 7a4120c commit 4ce741c

5 files changed

Lines changed: 13 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ['Piotr Olszewski <asmie@asmie.pl>']
33
name = "stamp-suite"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
edition = "2021"
66
rust-version = "1.93.0"
77

@@ -34,7 +34,7 @@ env_logger = "0.11"
3434
log = "0.4"
3535
serde = { version = "1", features = ["derive"] }
3636
serde_json = "1"
37-
toml = { version = "0.9", default-features = false, features = ["parse", "serde"] }
37+
toml = { version = "1.1", default-features = false, features = ["parse", "serde"] }
3838
thiserror = "2.0"
3939
hmac = "0.13"
4040
sha2 = "0.11"

dist/openwrt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=stamp-suite
4-
PKG_VERSION:=0.5.0
4+
PKG_VERSION:=0.6.1
55
PKG_RELEASE:=1
66

77
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

dist/rpm/stamp-suite.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: stamp-suite
2-
Version: 0.6.0
2+
Version: 0.6.1
33
Release: 1%{?dist}
44
Summary: Simple Two-Way Active Measurement Protocol (STAMP)
55

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
packages = {
1616
default = pkgs.rustPlatform.buildRustPackage {
1717
pname = "stamp-suite";
18-
version = "0.6.0";
18+
version = "0.6.1";
1919

2020
src = self;
2121

2222

23-
cargoHash = "sha256-iSiTptqAlzFFwbZ1r/6NuTKDP2gcVJ2r05/nyyV+RCM=";
23+
cargoHash = "sha256-9xwRzJyuz2BMk+1ThemzKqO/gVsX+aLhBL2oLWMyVwc=";
2424

2525
meta = with pkgs.lib; {
2626
description = "Simple Two-Way Active Measurement Protocol (STAMP) implementation";

0 commit comments

Comments
 (0)