Skip to content

Commit 3f2f37c

Browse files
committed
bump corelib_imports
1 parent 3074f39 commit 3f2f37c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.claude/skills/cairo-coding/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ When optimizing existing code:
309309
```toml
310310
# Scarb.toml
311311
[dependencies]
312-
corelib_imports = "0.1.2"
312+
corelib_imports = "0.1.3"
313313
```
314314

315315
```cairo

src/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ documentation = "https://garaga.gitbook.io/garaga/"
2525
full = []
2626

2727
[dependencies]
28-
corelib_imports = { path = "corelib_imports", version = "0.1.2" }
28+
corelib_imports = { path = "corelib_imports", version = "0.1.3" }
2929
starknet = "2.16.1"
3030

3131
[dev-dependencies]

src/corelib_imports/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "corelib_imports"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2023_10"
55
description = "Useful Corelib non-public functions, structs, and traits made public and re-exported through 2023_10 edition"
66
readme = "README.md"

0 commit comments

Comments
 (0)