Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name = "CodeTracking"
uuid = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
version = "3.0.2"
authors = ["Tim Holy <tim.holy@gmail.com>"]
version = "3.0.1"

[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
REPL = "1.10"
julia = "1.10"

[extras]
Expand Down
1 change: 1 addition & 0 deletions src/CodeTracking.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ using Core: LineInfoNode, MethodTable
using Base.Meta: isexpr
using UUIDs
using InteractiveUtils
using REPL: REPL

export code_expr, @code_expr, code_string, @code_string, whereis, definition, pkgfiles, signatures_at

Expand Down
Loading