File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11[package ]
22name  = " godot-bindings" 
3- version  = " 0.3.1 " 
3+ version  = " 0.3.2 " 
44edition  = " 2021" 
55rust-version  = " 1.87" 
66license  = " MPL-2.0" 
Original file line number Diff line number Diff line change 11[package ]
22name  = " godot-cell" 
3- version  = " 0.3.1 " 
3+ version  = " 0.3.2 " 
44edition  = " 2021" 
55rust-version  = " 1.87" 
66license  = " MPL-2.0" 
Original file line number Diff line number Diff line change 11[package ]
22name  = " godot-codegen" 
3- version  = " 0.3.1 " 
3+ version  = " 0.3.2 " 
44edition  = " 2021" 
55rust-version  = " 1.87" 
66license  = " MPL-2.0" 
@@ -22,7 +22,7 @@ experimental-godot-api = []
2222experimental-threads  = []
2323
2424[dependencies ]
25- godot-bindings  = { path  = " ../godot-bindings" version  = " =0.3.1 " 
25+ godot-bindings  = { path  = " ../godot-bindings" version  = " =0.3.2 " 
2626
2727heck  = { workspace  = true  }
2828nanoserde  = { workspace  = true  }
@@ -31,7 +31,7 @@ quote = { workspace = true }
3131regex  = { workspace  = true  }
3232
3333[build-dependencies ]
34- godot-bindings  = { path  = " ../godot-bindings" version  = " =0.3.1 " #  emit_godot_version_cfg
34+ godot-bindings  = { path  = " ../godot-bindings" version  = " =0.3.2 " #  emit_godot_version_cfg
3535
3636#  https://docs.rs/about/metadata
3737[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 11[package ]
22name  = " godot-core" 
3- version  = " 0.3.1 " 
3+ version  = " 0.3.2 " 
44edition  = " 2021" 
55rust-version  = " 1.87" 
66license  = " MPL-2.0" 
@@ -43,16 +43,16 @@ api-4-4 = ["godot-ffi/api-4-4"]
4343#  ]]
4444
4545[dependencies ]
46- godot-ffi  = { path  = " ../godot-ffi" version  = " =0.3.1 " 
46+ godot-ffi  = { path  = " ../godot-ffi" version  = " =0.3.2 " 
4747
4848#  See https://docs.rs/glam/latest/glam/index.html#feature-gates
4949glam  = { workspace  = true  }
5050serde  = { workspace  = true , optional  = true  }
51- godot-cell  = { path  = " ../godot-cell" version  = " =0.3.1 " 
51+ godot-cell  = { path  = " ../godot-cell" version  = " =0.3.2 " 
5252
5353[build-dependencies ]
54- godot-bindings  = { path  = " ../godot-bindings" version  = " =0.3.1 " 
55- godot-codegen  = { path  = " ../godot-codegen" version  = " =0.3.1 " 
54+ godot-bindings  = { path  = " ../godot-bindings" version  = " =0.3.2 " 
55+ godot-codegen  = { path  = " ../godot-codegen" version  = " =0.3.2 " 
5656
5757#  Reverse dev dependencies so doctests can use `godot::` prefix.
5858[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name  = " godot-ffi" 
3- version  = " 0.3.1 " 
3+ version  = " 0.3.2 " 
44edition  = " 2021" 
55rust-version  = " 1.87" 
66license  = " MPL-2.0" 
@@ -41,11 +41,11 @@ libc = { workspace = true }
4141
4242[target .'cfg(target_family  =  "wasm")' .dependencies ]
4343#  Only needed for WASM identifier generation.
44- godot-macros  = { path  = " ../godot-macros" version  = " =0.3.1 " features  = [" experimental-wasm" 
44+ godot-macros  = { path  = " ../godot-macros" version  = " =0.3.2 " features  = [" experimental-wasm" 
4545
4646[build-dependencies ]
47- godot-bindings  = { path  = " ../godot-bindings" version  = " =0.3.1 " 
48- godot-codegen  = { path  = " ../godot-codegen" version  = " =0.3.1 " 
47+ godot-bindings  = { path  = " ../godot-bindings" version  = " =0.3.2 " 
48+ godot-codegen  = { path  = " ../godot-codegen" version  = " =0.3.2 " 
4949
5050#  https://docs.rs/about/metadata
5151[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 11[package ]
22name  = " godot-macros" 
3- version  = " 0.3.1 " 
3+ version  = " 0.3.2 " 
44edition  = " 2021" 
55rust-version  = " 1.87" 
66license  = " MPL-2.0" 
@@ -29,7 +29,7 @@ litrs = { workspace = true, optional = true }
2929venial  = { workspace  = true  }
3030
3131[build-dependencies ]
32- godot-bindings  = { path  = " ../godot-bindings" version  = " =0.3.1 " #  emit_godot_version_cfg
32+ godot-bindings  = { path  = " ../godot-bindings" version  = " =0.3.2 " #  emit_godot_version_cfg
3333
3434#  Reverse dev dependencies so doctests can use `godot::` prefix.
3535[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name  = " godot" 
3- version  = " 0.3.1 " 
3+ version  = " 0.3.2 " 
44edition  = " 2021" 
55rust-version  = " 1.87" 
66license  = " MPL-2.0" 
@@ -10,7 +10,7 @@ description = "Rust bindings for Godot 4"
1010authors  = [" Bromeon" " godot-rust contributors" 
1111repository  = " https://github.com/godot-rust/gdext" 
1212homepage  = " https://godot-rust.github.io" 
13- documentation  = " https://docs.rs/godot/0.3.1 " 
13+ documentation  = " https://docs.rs/godot/0.3.2 " 
1414readme  = " crate-readme.md" 
1515
1616[features ]
@@ -51,8 +51,8 @@ __debug-log = ["godot-core/debug-log"]
5151__trace  = [" godot-core/trace" 
5252
5353[dependencies ]
54- godot-core  = { path  = " ../godot-core" version  = " =0.3.1 " 
55- godot-macros  = { path  = " ../godot-macros" version  = " =0.3.1 " 
54+ godot-core  = { path  = " ../godot-core" version  = " =0.3.2 " 
55+ godot-macros  = { path  = " ../godot-macros" version  = " =0.3.2 " 
5656
5757#  https://docs.rs/about/metadata
5858[package .metadata .docs .rs ]
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments