Skip to content

Commit cf04fd1

Browse files
committed
chore(release): v1.7.29
1 parent c8e27cd commit cf04fd1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "endpoint-libs"
3-
version = "1.7.28"
3+
version = "1.7.29"
44
edition = "2024"
55
authors = ["Veon <dveonloch@protonmail.com>"]
66
description = "Common dependencies to be used with Pathscale projects, projects that use [endpoint-gen](https://github.com/pathscale/endpoint-gen), and projects that use honey_id-types."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Docs.rs](https://docs.rs/endpoint-libs/badge.svg)](https://docs.rs/endpoint-libs)
55
[![CI](https://github.com/pathscale/endpoint-libs/actions/workflows/rust.yml/badge.svg)](https://github.com/pathscale/endpoint-libs/actions/workflows/rust.yml)
66
[![License: MIT](https://img.shields.io/crates/l/endpoint-libs)](LICENSE)
7-
[![Security audit](https://deps.rs/crate/endpoint-libs/1.7.28/status.svg)](https://deps.rs/crate/endpoint-libs/1.7.28)
7+
[![Security audit](https://deps.rs/crate/endpoint-libs/1.7.29/status.svg)](https://deps.rs/crate/endpoint-libs/1.7.29)
88

99
Common library used across Pathscale projects. Contains generic utilities and shared types that are not specific to any single service, including a WebSocket server implementation, endpoint schema types for use with [endpoint-gen](https://github.com/pathscale/endpoint-gen), structured logging setup, and more.
1010

0 commit comments

Comments
 (0)