Skip to content

Commit 2e1bc38

Browse files
committed
bump to v0.7.4:
- Remove SystemLocale in favor of Locale:en, this removes a lot of deps
1 parent 79cb7a0 commit 2e1bc38

File tree

3 files changed

+3
-3
lines changed

3 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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glimpse"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
edition = "2021"
55
description = "A blazingly fast tool for peeking at codebases. Perfect for loading your codebase into an LLM's context."
66
license = "MIT"

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{
2626
packages.default = pkgs.rustPlatform.buildRustPackage {
2727
pname = "glimpse";
28-
version = "0.7.3";
28+
version = "0.7.4";
2929

3030
src = ./.;
3131

0 commit comments

Comments
 (0)